summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorTristan Helmich <fadenb@users.noreply.github.com>2018-01-01 14:22:58 +0100
committerGitHub <noreply@github.com>2018-01-01 14:22:58 +0100
commit3b74349661360dc77a0c2fa70f9db722b74be022 (patch)
tree8d009c607404b8978406c2a171dc2dfd9d16a372 /nixos/modules
parent9e82ebbff4452e85e29d9b2658baf0cf062febb9 (diff)
downloadnixlib-3b74349661360dc77a0c2fa70f9db722b74be022.tar
nixlib-3b74349661360dc77a0c2fa70f9db722b74be022.tar.gz
nixlib-3b74349661360dc77a0c2fa70f9db722b74be022.tar.bz2
nixlib-3b74349661360dc77a0c2fa70f9db722b74be022.tar.lz
nixlib-3b74349661360dc77a0c2fa70f9db722b74be022.tar.xz
nixlib-3b74349661360dc77a0c2fa70f9db722b74be022.tar.zst
nixlib-3b74349661360dc77a0c2fa70f9db722b74be022.zip
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 = {};