summaryrefslogtreecommitdiff
path: root/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users.nix')
-rw-r--r--users.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users.nix b/users.nix
index deab35a1..6f21c51d 100644
--- a/users.nix
+++ b/users.nix
@@ -19,6 +19,9 @@ let
19 "sgoebels" = import ./users/sgoebels.nix; 19 "sgoebels" = import ./users/sgoebels.nix;
20 "mtrinh" = import ./users/mtrinh.nix; 20 "mtrinh" = import ./users/mtrinh.nix;
21 }; 21 };
22 odin = {
23 "mherold" = import ./users/mherold.nix;
24 };
22 }; 25 };
23 host = config.networking.hostName; 26 host = config.networking.hostName;
24in { 27in {