forked from M-Labs/nix-scripts
nixbld: disable libvirtd (#20)
This commit is contained in:
parent
0e9b1b6516
commit
f3fe798126
|
@ -251,8 +251,6 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
||||||
'';
|
'';
|
||||||
nix.sandboxPaths = ["/opt"];
|
nix.sandboxPaths = ["/opt"];
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
|
||||||
|
|
||||||
services.munin-node.enable = true;
|
services.munin-node.enable = true;
|
||||||
services.munin-cron = {
|
services.munin-cron = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue