Move them to each host's configuration.nix file and keep flake.nix shorter and cleaner.
This commit is contained in:
parent
3437a7479a
commit
22264fb82e
6 changed files with 28 additions and 33 deletions
|
@ -2,10 +2,12 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.agenix.nixosModules.default
|
||||
|
||||
../common
|
||||
./hardware-configuration.nix
|
||||
./homelab.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue