Merge pull request #242028 from SuperSandro2000/241690-follow-up
nixos/nix*: remove not necessary imports
This commit is contained in:
commit
796858657a
2 changed files with 0 additions and 6 deletions
|
@ -50,10 +50,6 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
nix = {
|
||||
buildMachines = mkOption {
|
||||
|
|
|
@ -40,8 +40,6 @@ 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