This commit is contained in:
alydev 2025-09-24 01:35:41 +10:00
parent dfc940a81a
commit 93551d9764
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@ boot:
nixos-rebuild boot --flake . --use-remote-sudo nixos-rebuild boot --flake . --use-remote-sudo
switch: switch:
git add .
git commit -a -m "update"
nixos-rebuild switch --flake . --use-remote-sudo nixos-rebuild switch --flake . --use-remote-sudo
debug: debug:

View file

@ -29,7 +29,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config rpi-imager
]; ];
environment.variables.EDITOR = "vim"; environment.variables.EDITOR = "vim";
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;