diff options
author | lassulus <lassulus@lassul.us> | 2019-04-23 20:05:03 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-23 20:12:58 +0200 |
commit | cd825d99342050bae35d5373e927ca999bae82cf (patch) | |
tree | 5d3f8b2cff37ce31be5c6a51c3725b87c854c675 /krebs/2configs | |
parent | a65e68e51cc5291bac6f564cedb7016437b18990 (diff) |
reaktor2: add user
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 4d90ae3d5..b52125ae8 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -115,6 +115,11 @@ let in { + users.users.reaktor2 = { + uid = genid_uint31 "reaktor2"; + home = stateDir; + }; + krebs.reaktor2 = { freenode = { hostname = "irc.freenode.org"; |