mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
dfc940a81a
commit
93551d9764
2 changed files with 3 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -5,6 +5,8 @@ boot:
|
|||
nixos-rebuild boot --flake . --use-remote-sudo
|
||||
|
||||
switch:
|
||||
git add .
|
||||
git commit -a -m "update"
|
||||
nixos-rebuild switch --flake . --use-remote-sudo
|
||||
|
||||
debug:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
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";
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue