Move daemon enable

This commit is contained in:
larstvei 2024-10-06 22:10:53 +02:00
parent b10cc6728c
commit 251e456fbc
2 changed files with 2 additions and 11 deletions

View File

@ -46,17 +46,6 @@
}; };
}; };
} }
(
{
config,
pkgs,
lib,
...
}:
{
services.nix-daemon.enable = true;
}
)
]; ];
}; };
}; };

View File

@ -38,4 +38,6 @@
pkgs.htop pkgs.htop
pkgs.tree pkgs.tree
]; ];
services.nix-daemon.enable = true;
} }