mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
don't set trusted-users AND allowed-users
allowed-users will override trusted-users
This commit is contained in:
parent
dc2db4a9bc
commit
50c3198e03
6 changed files with 29 additions and 23 deletions
|
|
@ -26,7 +26,7 @@ _: {
|
|||
};
|
||||
};
|
||||
environment = {
|
||||
systemPackages = with pkgs; [virt-manager];
|
||||
systemPackages = [pkgs.virt-manager];
|
||||
shellAliases = {
|
||||
vm-start = "virsh start Windows";
|
||||
vm-stop = "virsh shutdown Windows";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue