mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/memcached: Switch to a system user
This commit is contained in:
parent
a7bf8161fa
commit
aa27c1c664
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ in
|
|||
users.users = optional (cfg.user == "memcached") {
|
||||
name = "memcached";
|
||||
description = "Memcached server user";
|
||||
isSystemUser = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ memcached ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue