summaryrefslogtreecommitdiffstats
path: root/1systems/omo.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-10-20 20:54:38 +0200
committertv <tv@krebsco.de>2016-10-20 20:54:38 +0200
commit7ad18863c39d3f5ee1f36ffadb8212b6f477c2a2 (patch)
treec50c277b4e6388a40322c66236f7463dbb98d1d6 /1systems/omo.nix
parentff8aa5a1b9819688294bd39c2068df3d36d6ea46 (diff)
drop config.krebs.lib
Diffstat (limited to '1systems/omo.nix')
-rw-r--r--1systems/omo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/omo.nix b/1systems/omo.nix
index 2e09e345e..4fbbd653d 100644
--- a/1systems/omo.nix
+++ b/1systems/omo.nix
@@ -66,7 +66,7 @@ in {
'';
};
users.groups.share = {
- gid = config.krebs.lib.genid "share";
+ gid = (import <stockholm/lib>).genid "share";
members = [ "makefu" "misa" ];
};
networking.firewall.trustedInterfaces = [ primaryInterface ];