mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 13:09:39 +10:00
authorized keys
This commit is contained in:
parent
c897f66375
commit
533b95b540
2 changed files with 5 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -2,10 +2,10 @@ up:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
nixos-rebuild switch --flake . --use-remote-sudo
|
nixos-rebuild switch --flake .
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose
|
nixos-rebuild switch --flake . --show-trace --verbose
|
||||||
|
|
||||||
# Update specific input
|
# Update specific input
|
||||||
# usage: make upp i=home-manager
|
# usage: make upp i=home-manager
|
||||||
|
|
|
@ -51,6 +51,9 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "aly";
|
description = "aly";
|
||||||
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
|
hashedPassword = "$y$j9T$Q.yFJjo9LMA8o.7Ac5uSr/$Y8pYIPSzCXHSd4nAlUohaaohwpquK6XEIjxFKq3J4s/";
|
||||||
|
openssh.authorizedKeys.keys = import builtins.fetchurl {
|
||||||
|
url = "https://aly.pet/authorized_keys.nix";
|
||||||
|
};
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue