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
|
./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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue