diff options
author | lassulus <lassulus@lassul.us> | 2019-01-22 16:27:18 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-22 16:27:18 +0100 |
commit | b3587bfbfa74c5581987e0dd965189d51d96bcce (patch) | |
tree | 4acd6d1d8aa773282b5023fc3cf596dc74853384 /lass/1systems/prism | |
parent | 77baef49ab6c461e293c27bf51bd0e2cc5f200f4 (diff) |
l prism.r: add uid for download user
Diffstat (limited to 'lass/1systems/prism')
-rw-r--r-- | lass/1systems/prism/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index dbd4ceb1c..b4a514d54 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -379,6 +379,7 @@ with import <stockholm/lib>; name = "download"; home = "/var/download"; useDefaultShell = true; + uid = genid "download"; openssh.authorizedKeys.keys = with config.krebs.users; [ lass.pubkey lass-shodan.pubkey |