Merge pull request #242028 from SuperSandro2000/241690-follow-up

nixos/nix*: remove not necessary imports
This commit is contained in:
Robert Hensing 2023-07-07 12:59:06 +02:00 committed by GitHub
commit 796858657a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -50,10 +50,6 @@ let
in
{
imports = [
./nix.nix
];
options = {
nix = {
buildMachines = mkOption {

View file

@ -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.")