nixos/*nix*: Add imports as inherently necessary
Albeit not technically necessary because of nixos//module-list.nix
This commit is contained in:
parent
0f71c406cf
commit
07de9b62cc
2 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,10 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
nix = {
|
||||
buildMachines = mkOption {
|
||||
|
|
|
@ -33,6 +33,8 @@ in
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../config/nix.nix
|
||||
|
||||
(mkRenamedOptionModuleWith { sinceRelease = 2205; from = [ "nix" "daemonIONiceLevel" ]; to = [ "nix" "daemonIOSchedPriority" ]; })
|
||||
(mkRenamedOptionModuleWith { sinceRelease = 2211; from = [ "nix" "readOnlyStore" ]; to = [ "boot" "readOnlyNixStore" ]; })
|
||||
(mkRemovedOptionModule [ "nix" "daemonNiceLevel" ] "Consider nix.daemonCPUSchedPolicy instead.")
|
||||
|
|
Loading…
Reference in a new issue