diff options
author | tv <tv@krebsco.de> | 2021-06-02 00:11:38 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-06-02 00:11:38 +0200 |
commit | 5c68c16cb096cdc26db1ad79c291fc76cf4776e9 (patch) | |
tree | 77bfc327ff71f858235862bb577473fd3311fdec /tv/2configs | |
parent | f81103811a5b890f3fdbb7e08dcf2c7fbc53ed7a (diff) |
*: set isSystemUser or isNormalUser
This is a requirement for nixpkgs 21.05, or else evaluation will fail
with:
Exactly one of users.users.${name}.isSystemUser and users.users.${name}.isNormalUser must be set.
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/pulse.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix index 79c31e9..f720ad4 100644 --- a/tv/2configs/pulse.nix +++ b/tv/2configs/pulse.nix @@ -116,6 +116,7 @@ in group = "pulse"; extraGroups = [ "audio" ]; home = "${runDir}/home"; + isSystemUser = true; }; }; } |