ma: pulseeffects{,-legacy} , add isNormalUser

This commit is contained in:
makefu 2021-06-05 15:02:20 +02:00
parent ced3b0f76e
commit 18c1da0012
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 2 additions and 1 deletions

View File

@ -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 ];

View File

@ -15,6 +15,6 @@
streamripper
youtube-dl
pulseeffects
pulseeffects-legacy # for pulse
];
}