oops
This commit is contained in:
parent
05fbce4cb7
commit
c9362ae0cc
1 changed files with 4 additions and 2 deletions
|
@ -50,8 +50,9 @@
|
|||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.oh = {
|
||||
users ={
|
||||
defaultUserShell = pkgs.nushell;
|
||||
users.oh = {
|
||||
isNormalUser = true;
|
||||
description = "oh";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
|
@ -63,6 +64,7 @@
|
|||
yt-dlp
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue