Prep to move to ez-configs
This commit is contained in:
parent
27a029fe25
commit
fe1b1eb6e8
15 changed files with 12 additions and 11 deletions
1
nixos-modules/default.nix
Normal file
1
nixos-modules/default.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ imports = [ ./common.nix ]; }
|
|
@ -4,8 +4,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/common.nix
|
../../nixos-modules
|
||||||
../../modules/networkd-base.nix
|
../../nixos-modules/networkd-base.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/common.nix
|
../../nixos-modules
|
||||||
../../modules/aarch64-emu.nix
|
../../nixos-modules/aarch64-emu.nix
|
||||||
../../modules/smartd.nix
|
../../nixos-modules/smartd.nix
|
||||||
../../modules/plymouth.nix
|
../../nixos-modules/plymouth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/common.nix
|
../../nixos-modules
|
||||||
../../modules/aarch64-emu.nix
|
../../nixos-modules/aarch64-emu.nix
|
||||||
../../modules/networkd-base.nix
|
../../nixos-modules/networkd-base.nix
|
||||||
../../modules/smartd.nix
|
../../nixos-modules/smartd.nix
|
||||||
../../modules/plymouth.nix
|
../../nixos-modules/plymouth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Reference in a new issue