Compare commits

..

No commits in common. "260bbc1ffdfe40b9c4898e44e4b3a4253eb416d2" and "3412d5caf92f053be12c11821dd221ca83a81f9e" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -55,7 +55,6 @@ in
helix
lm_sensors
picocom
lf
];
nixpkgs.config.allowUnfree = true;
@ -79,14 +78,6 @@ in
trusted-users = [ "root" "googlebot" ];
};
# don't use sudo
security.doas.enable = true;
security.sudo.enable = false;
security.doas.extraRules = [
# don't ask for password every time
{ groups = [ "wheel" ]; persist = true; }
];
nix.gc.automatic = true;
security.acme.acceptTerms = true;

View File

@ -21,8 +21,6 @@
shellInit = ''
# disable annoying fish shell greeting
set fish_greeting
alias sudo="doas"
'';
};