From 542ff73f94a99ebacf0607bd2bf9d0b1af5916d2 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Sat, 5 Jun 2021 15:02:20 +0200 Subject: [PATCH] ma: pulseeffects{,-legacy} , add isNormalUser --- 2configs/default.nix | 1 + 2configs/tools/media.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/2configs/default.nix b/2configs/default.nix index be64e40..52206c3 100644 --- a/2configs/default.nix +++ b/2configs/default.nix @@ -23,6 +23,7 @@ with import <stockholm/lib>; group = "users"; home = "/home/makefu"; createHome = true; + isNormalUser = true; useDefaultShell = true; extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = [ config.krebs.users.makefu.pubkey ]; diff --git a/2configs/tools/media.nix b/2configs/tools/media.nix index d66ea77..14e782e 100644 --- a/2configs/tools/media.nix +++ b/2configs/tools/media.nix @@ -15,6 +15,6 @@ streamripper youtube-dl - pulseeffects + pulseeffects-legacy # for pulse ]; }