From c9362ae0ccfd8dba1057c30a5af421d898b11535 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 27 Feb 2023 05:50:52 -0500 Subject: [PATCH] oops --- hosts/hime/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/hime/default.nix b/hosts/hime/default.nix index 131725c..b800a62 100644 --- a/hosts/hime/default.nix +++ b/hosts/hime/default.nix @@ -50,8 +50,9 @@ }; virtualisation.docker.enable = true; - users.users.oh = { - defaultUserShell = pkgs.nushell; + users ={ + defaultUserShell = pkgs.nushell; + users.oh = { isNormalUser = true; description = "oh"; extraGroups = [ "networkmanager" "wheel" ]; @@ -63,6 +64,7 @@ yt-dlp ]; }; +} nixpkgs.config.allowUnfree = true;