mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
add wheelNeedsPassword=false and use root for netty deploy
This commit is contained in:
parent
dfc88f3b24
commit
cf0de8a186
2 changed files with 3 additions and 1 deletions
|
|
@ -50,6 +50,8 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
environment.shells = [pkgs.zsh];
|
environment.shells = [pkgs.zsh];
|
||||||
|
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -30,4 +30,4 @@ secrets-restore-files:
|
||||||
./scripts/restore-bw-files.sh
|
./scripts/restore-bw-files.sh
|
||||||
|
|
||||||
switch-netty:
|
switch-netty:
|
||||||
ssh rathi@152.53.195.59 "sudo nixos-rebuild switch --flake github:harivansh-afk/nix#netty"
|
ssh root@netty "nixos-rebuild switch --flake github:harivansh-afk/nix#netty"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue