summaryrefslogtreecommitdiffstats
path: root/mb/2configs/default.nix
diff options
context:
space:
mode:
authormb <mb@codemonkey.cc>2019-06-08 11:35:38 +0200
committermagenbluten <magenbluten@codemonkey.cc>2019-07-14 13:07:15 +0200
commit6451e650ec81e671c5c283005fd6eae7e0b5d271 (patch)
treef629eed130344c0704f0c69f7e2367afc4506d09 /mb/2configs/default.nix
parent03aea512d8be3b38be78ab99c6f0dd9400e71d97 (diff)
mb suns1n3.r: add configs; update users
Diffstat (limited to 'mb/2configs/default.nix')
-rw-r--r--mb/2configs/default.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/mb/2configs/default.nix b/mb/2configs/default.nix
index ab11495c..3066d1c3 100644
--- a/mb/2configs/default.nix
+++ b/mb/2configs/default.nix
@@ -21,6 +21,29 @@ with import <stockholm/lib>;
"video"
"fuse"
"wheel"
+ "kvm"
+ "qemu-libvirtd"
+ "libvirtd"
+ ];
+ openssh.authorizedKeys.keys = [
+ config.krebs.users.mb.pubkey
+ ];
+ };
+ xo = {
+ name = "xo";
+ uid = 2323;
+ home = "/home/xo";
+ group = "users";
+ createHome = true;
+ shell = "/run/current-system/sw/bin/fish";
+ extraGroups = [
+ "audio"
+ "video"
+ "fuse"
+ "wheel"
+ "kvm"
+ "qemu-libvirtd"
+ "libvirtd"
];
openssh.authorizedKeys.keys = [
config.krebs.users.mb.pubkey