❄️ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

「✨」 feat: moved to sudo rs and enabled pwfeedback

adjoly 799b1b79 f8d7d520

+8 -1
+8 -1
hosts/home.nix
··· 20 20 "input" 21 21 "networkmanager" 22 22 "wheel" 23 - "sudo" 24 23 "wireshark" 25 24 ]; 26 25 }; ··· 32 31 programs.zsh.enable = true; 33 32 nix.settings = { 34 33 trusted-users = [ "@wheel" ]; 34 + }; 35 + security = { 36 + sudo-rs = { 37 + enable = true; 38 + extraConfig = '' 39 + Defaults pwfeedback 40 + ''; 41 + }; 35 42 }; 36 43 nixpkgs.overlays = [ 37 44 (_final: prev: {