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
commitf558f1bc0c779cc310ff8a712d4f178db73de6ef (patch)
tree6cac8d2b00211e6854522583e198032d971255ab /tv/2configs/pulse.nix
parentb7f6bab7aea34848ebcc5fd3b5c31a9cac0d8c1c (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 79c31e9e..f720ad47 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;
};
};
}