restructure: system modules

This commit is contained in:
ooks-io 2023-11-10 18:22:48 +13:00
parent d5f1ac850c
commit 3cef192a23
13 changed files with 7 additions and 16 deletions

View file

@ -14,10 +14,10 @@
./hardware-configuration.nix ./hardware-configuration.nix
../common/user/ooks ../common/user/ooks
../common/global ../common/base
../common/opt/bluetooth.nix ../common/features/bluetooth.nix
../common/opt/vm.nix ../common/features/vm.nix
../common/opt/greetd.nix ../common/features/greetd.nix
]; ];
@ -106,11 +106,6 @@
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
system = { system = {
autoUpgrade = {
enable = false;
channel = "https://nixos.org/channels/nix-unstable";
};
stateVersion = "22.05"; stateVersion = "22.05";
copySystemConfiguration = false;
}; };
} }

View file

@ -16,8 +16,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
../common/user/ooks ../common/user/ooks
../common/global ../common/base
../common/opt/bluetooth.nix ../common/features/bluetooth.nix
../common/features/greetd.nix
]; ];
@ -129,11 +130,6 @@
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
system = { system = {
autoUpgrade = {
enable = false;
channel = "https://nixos.org/channels/nix-unstable";
};
stateVersion = "22.05"; stateVersion = "22.05";
copySystemConfiguration = false;
}; };
} }