stage #27

Merged
micqdf merged 4 commits from stage into master 2026-02-28 12:48:21 +00:00
Showing only changes of commit b3521d6c02 - Show all commits

View File

@@ -30,9 +30,6 @@
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
shell = pkgs.fish; shell = pkgs.fish;
openssh.authorizedKeys.keys = [
"REPLACE_WITH_SINGLE_LINE_PUBLIC_KEY"
];
}; };
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;