summaryrefslogtreecommitdiffstats
path: root/tv/2configs/pulse.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-06-02 00:11:38 +0200
committertv <tv@krebsco.de>2021-06-02 00:11:38 +0200
commit5c68c16cb096cdc26db1ad79c291fc76cf4776e9 (patch)
tree77bfc327ff71f858235862bb577473fd3311fdec /tv/2configs/pulse.nix
parentf81103811a5b890f3fdbb7e08dcf2c7fbc53ed7a (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/pulse.nix')
-rw-r--r--tv/2configs/pulse.nix1
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;
};
};
}