summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/share/gum.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 15:52:06 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 15:52:06 +0200
commite097e3c577ea4a83e508b3aa2a37dc86b8295131 (patch)
tree5bc6d3e3d09bec4010d95266ac9455b292162ec5 /makefu/2configs/share/gum.nix
parentf07ec9d9f0980c7523c397ef7c71d6f0c479f74b (diff)
ma treewide: make 21.05 compatible (is*User, other fixes)
Diffstat (limited to 'makefu/2configs/share/gum.nix')
-rw-r--r--makefu/2configs/share/gum.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/2configs/share/gum.nix b/makefu/2configs/share/gum.nix
index 27e0c638..fd81f28c 100644
--- a/makefu/2configs/share/gum.nix
+++ b/makefu/2configs/share/gum.nix
@@ -11,7 +11,10 @@ in {
# home = "/var/empty";
# };
environment.systemPackages = [ pkgs.samba ];
- users.users.download.uid = genid "download";
+ users.users.download = {
+ uid = genid "download";
+ isNormalUser = true;
+ };
services.samba = {
enable = true;
shares = {