diff --git a/config/hosts/integra/configuration.nix b/config/hosts/integra/configuration.nix index 63a8f1a..d4bb588 100644 --- a/config/hosts/integra/configuration.nix +++ b/config/hosts/integra/configuration.nix @@ -16,6 +16,10 @@ networking.hostName = "integra"; + nix.sshServe.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOOWlYhnummuWZbq3+d0x5A67YvlPvtl7/1Dk4RtNlzf christina@cafkafk.com" + ]; + systemd.network.networks."98-eth-default" = { matchConfig.Type = "ether"; matchConfig.Name = "e*";