feat: add ssh keys

This commit is contained in:
Guz
2024-10-01 19:00:18 -03:00
parent a823e0484e
commit d41434164b
2 changed files with 6 additions and 0 deletions

View File

@@ -101,6 +101,9 @@
home = import ./home.nix;
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "plugdev"];
openssh.authorizedKeys.keyFiles = [
../../.ssh/guz-battleship.pub
];
};
environment.systemPackages = with pkgs; [

View File

@@ -78,6 +78,9 @@
home = import ./home.nix;
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "plugdev"];
openssh.authorizedKeys.keyFiles = [
../../.ssh/guz-figther.pub
];
};
environment.systemPackages = with pkgs; [