summaryrefslogtreecommitdiff
path: root/users/sgoebels.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-02 16:53:25 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-02 16:53:25 +0100
commita137d1b61a32e496995ae54d3c23a4187ed2d567 (patch)
tree4997e954dece2494a500cb1786827df6b6635d68 /users/sgoebels.nix
parent9057cdba04ed242d00d7611574e239c810ce08f6 (diff)
downloadnixos-a137d1b61a32e496995ae54d3c23a4187ed2d567.tar
nixos-a137d1b61a32e496995ae54d3c23a4187ed2d567.tar.gz
nixos-a137d1b61a32e496995ae54d3c23a4187ed2d567.tar.bz2
nixos-a137d1b61a32e496995ae54d3c23a4187ed2d567.tar.xz
nixos-a137d1b61a32e496995ae54d3c23a4187ed2d567.zip
Nicer user configuration
Diffstat (limited to 'users/sgoebels.nix')
-rw-r--r--users/sgoebels.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/sgoebels.nix b/users/sgoebels.nix
index d3efcb5b..8cd93312 100644
--- a/users/sgoebels.nix
+++ b/users/sgoebels.nix
@@ -5,4 +5,6 @@
5 group = "users"; 5 group = "users";
6 hashedPassword = "$6$rounds=500000$uzD2AbY6bZAdfqt$V3oUI5YGUOwfxbs0Nd5LoXIfG1xVHimMhNkfFC5sheal8daGR60fqmwx3qdZk674oUr/GEF4ytHu6UMzIRmRa/"; 6 hashedPassword = "$6$rounds=500000$uzD2AbY6bZAdfqt$V3oUI5YGUOwfxbs0Nd5LoXIfG1xVHimMhNkfFC5sheal8daGR60fqmwx3qdZk674oUr/GEF4ytHu6UMzIRmRa/";
7 isNormalUser = true; 7 isNormalUser = true;
8
9 hosts = ["ymir"];
8} 10}