From 2e5167de1560ad0d7b8e294c72e1913f694160c2 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 Sep 2023 12:26:31 +0200 Subject: lass: migrate away --- lass/2configs/ableton.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lass/2configs/ableton.nix (limited to 'lass/2configs/ableton.nix') diff --git a/lass/2configs/ableton.nix b/lass/2configs/ableton.nix deleted file mode 100644 index 9d6f481b..00000000 --- a/lass/2configs/ableton.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, pkgs, ... }: let - mainUser = config.users.extraUsers.mainUser; -in { - users.users= { - ableton = { - isNormalUser = true; - extraGroups = [ - "audio" - "video" - ]; - packages = [ - pkgs.wine - pkgs.winetricks - ]; - }; - }; - security.sudo.extraConfig = '' - ${mainUser.name} ALL=(ableton) NOPASSWD: ALL - ''; -} -- cgit v1.2.3