diff options
author | lassulus <lassulus@lassul.us> | 2020-04-21 20:38:40 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-04-21 21:46:42 +0200 |
commit | c49867b40327f83a18b956404875637ca379c1ba (patch) | |
tree | b8d4f741d3a631ff21a236d2a9acc8d3c369340c /nin/2configs/ableton.nix | |
parent | 0eb9a9272baf7bba2aa8eee77a278f902e867e1e (diff) |
remove nin
Diffstat (limited to 'nin/2configs/ableton.nix')
-rw-r--r-- | nin/2configs/ableton.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/nin/2configs/ableton.nix b/nin/2configs/ableton.nix deleted file mode 100644 index 343a9089d..000000000 --- a/nin/2configs/ableton.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, pkgs, ... }: let - mainUser = config.users.extraUsers.nin; -in { - users.users= { - ableton = { - isNormalUser = true; - extraGroups = [ - "audio" - "video" - ]; - packages = [ - pkgs.wine - pkgs.winetricks - ]; - }; - }; - security.sudo.extraConfig = '' - ${mainUser.name} ALL=(ableton) NOPASSWD: ALL - ''; -} |