jws
This commit is contained in:
parent
031b55657f
commit
5a29142ddb
2 changed files with 5 additions and 6 deletions
|
|
@ -107,6 +107,8 @@
|
|||
unzip
|
||||
clinfo
|
||||
python3
|
||||
virt-manager
|
||||
adoptopenjdk-icedtea-web
|
||||
];
|
||||
|
||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||
|
|
@ -129,10 +131,7 @@
|
|||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
libvirtd.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
users.extraGroups.vboxusers.members = [ "jsutter" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ in
|
|||
users.users.jsutter = {
|
||||
isNormalUser = true;
|
||||
description = "Julian Sutter";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "adbusers"];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "adbusers" "libvirtd" ];
|
||||
hashedPassword = "$6$tvkhGd24G6pVOsWr$j8ZAqSnXPTGwMGmIulU5Puzqd4iKdu8eAMSFis/cPqTW6u2xGQMqPHH1W9IZwKSL6.nS7Jc/NR2VwpPosyXDH/";
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBNVUh+RrcOSMRV6qysnsdPs5AyK8dSm4QhhnwgpikyI jsutter@symbiotrip.com" ];
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue