meow
This commit is contained in:
parent
0c9f150374
commit
d6366c68c0
3 changed files with 232 additions and 8 deletions
|
|
@ -67,7 +67,10 @@
|
|||
"
|
||||
];
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"podman"
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue