diff options
author | makefu <github@syntax-fehler.de> | 2016-10-27 14:54:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-10-27 14:54:32 +0200 |
commit | 32fff8c80eb49a0b8a121e487915f808ddbd7ea8 (patch) | |
tree | 71cd6d5e37059136899446843393c30c03a36272 /lass/1systems/prism.nix | |
parent | 36cbb3d300eb18330a62ba20e35f80d515f5bc5f (diff) | |
parent | c091949a151e0a613ad31fd390b1c19bfddfde3a (diff) |
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'lass/1systems/prism.nix')
-rw-r--r-- | lass/1systems/prism.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 76710ac9d..5da66d265 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -224,6 +224,11 @@ in { OnCalendar = "*:0/5"; }; } + { + lass.usershadow = { + enable = true; + }; + } ]; krebs.build.host = config.krebs.hosts.prism; |