summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-01-01 23:46:50 +0000
committerGitHub <noreply@github.com>2018-01-01 23:46:50 +0000
commit1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df (patch)
treeb90358b1eac09a5d1bbbb1d74c5e9fe79c7b5e6a /nixos/modules
parent0e7358002679ad7f35d2bd99977b9f0e403d4de2 (diff)
parent3b74349661360dc77a0c2fa70f9db722b74be022 (diff)
downloadnixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.tar
nixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.tar.gz
nixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.tar.bz2
nixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.tar.lz
nixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.tar.xz
nixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.tar.zst
nixlib-1a69b2029fa1012ff9ffdd826bd88a3f7eabc1df.zip
Merge pull request #33273 from fadenb/patch-1
lldpd module: create a lldpd user as system user
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/lldpd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/lldpd.nix b/nixos/modules/services/networking/lldpd.nix
index ba4e1b1542fe..db1534edfd7c 100644
--- a/nixos/modules/services/networking/lldpd.nix
+++ b/nixos/modules/services/networking/lldpd.nix
@@ -24,6 +24,7 @@ in
       description = "lldpd user";
       group = "_lldpd";
       home = "/var/run/lldpd";
+      isSystemUser = true;
     };
     users.extraGroups._lldpd = {};