best practices: get rid of with pkgs;
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
users = {
|
||||
groups.nixremote.gid = 555;
|
||||
users = {
|
||||
jawz.packages = with pkgs; [ stash ];
|
||||
jawz.packages = [ pkgs.stash ];
|
||||
nixremote = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
|
||||
Reference in New Issue
Block a user