diff --git a/nixos/Vanguard.nix b/nixos/Vanguard.nix index 8afeaacd..fba707eb 100644 --- a/nixos/Vanguard.nix +++ b/nixos/Vanguard.nix @@ -19,6 +19,8 @@ in 192.168.1.230 Legion ''; networking.nameservers = [ "192.168.1.230" ]; + services.openssh.enable = true; + networking.firewall.allowedTCPPorts = [ 22 ]; services.xserver.displayManager.defaultSession = "steam"; @@ -28,6 +30,7 @@ in description = "Evie Litherland-Smith"; extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.fish; + openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1tJFdbiyJApuVZFvo9E9kjlBwvXZeySqVuS2qGdxha tux@monarch" ]; }; home-manager.users.xenia = { ... }: { imports = [ ./home/collections/personal ];