restructure: system modules
This commit is contained in:
parent
d5f1ac850c
commit
3cef192a23
13 changed files with 7 additions and 16 deletions
|
|
@ -14,10 +14,10 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
../common/user/ooks
|
||||
../common/global
|
||||
../common/opt/bluetooth.nix
|
||||
../common/opt/vm.nix
|
||||
../common/opt/greetd.nix
|
||||
../common/base
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/vm.nix
|
||||
../common/features/greetd.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
@ -106,11 +106,6 @@
|
|||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
system = {
|
||||
autoUpgrade = {
|
||||
enable = false;
|
||||
channel = "https://nixos.org/channels/nix-unstable";
|
||||
};
|
||||
stateVersion = "22.05";
|
||||
copySystemConfiguration = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,9 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
../common/user/ooks
|
||||
../common/global
|
||||
../common/opt/bluetooth.nix
|
||||
../common/base
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/greetd.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
@ -129,11 +130,6 @@
|
|||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
system = {
|
||||
autoUpgrade = {
|
||||
enable = false;
|
||||
channel = "https://nixos.org/channels/nix-unstable";
|
||||
};
|
||||
stateVersion = "22.05";
|
||||
copySystemConfiguration = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue