mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
Disabling login via ssh keys
This commit is contained in:
parent
77d8ca4749
commit
0f28ad7183
1 changed files with 0 additions and 6 deletions
|
@ -8,12 +8,6 @@
|
||||||
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" ];
|
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
|
||||||
(pkgs.fetchurl {
|
|
||||||
url = "https://github.com/JulienMalka.keys";
|
|
||||||
sha256 = "sha256-ZTQpJO5/z/RIzvNpLBHv2GyCn8cvWsN5Hx3pd6s7RYY=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.allowedUsers = [ "julien" ];
|
nix.allowedUsers = [ "julien" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue