feat: add ssh keys
This commit is contained in:
@@ -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; [
|
||||
|
||||
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user