feat: disable systemd service
This commit is contained in:
parent
ddd1745550
commit
e59c230c37
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
};
|
||||
};
|
||||
systemd.services.libvirtd.wantedBy = lib.mkForce [ ];
|
||||
systemd.services.libvirt-guests.wantedBy = lib.mkForce [ ];
|
||||
|
||||
users.users.ahurac = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in a new issue