Prep to move to ez-configs

This commit is contained in:
Chris Dombroski 2024-09-19 21:01:47 -04:00
parent 27a029fe25
commit fe1b1eb6e8
15 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1 @@
{ imports = [ ./common.nix ]; }

View file

@ -4,8 +4,8 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/common.nix
../../modules/networkd-base.nix
../../nixos-modules
../../nixos-modules/networkd-base.nix
];
boot.loader.grub.enable = false;

View file

@ -4,10 +4,10 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/common.nix
../../modules/aarch64-emu.nix
../../modules/smartd.nix
../../modules/plymouth.nix
../../nixos-modules
../../nixos-modules/aarch64-emu.nix
../../nixos-modules/smartd.nix
../../nixos-modules/plymouth.nix
];
boot = {

View file

@ -10,11 +10,11 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/common.nix
../../modules/aarch64-emu.nix
../../modules/networkd-base.nix
../../modules/smartd.nix
../../modules/plymouth.nix
../../nixos-modules
../../nixos-modules/aarch64-emu.nix
../../nixos-modules/networkd-base.nix
../../nixos-modules/smartd.nix
../../nixos-modules/plymouth.nix
];
boot = {