aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/h-alpha/configuration.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/srv/h-alpha/configuration.nix b/srv/h-alpha/configuration.nix
index 4f9eb44..04c3aa4 100644
--- a/srv/h-alpha/configuration.nix
+++ b/srv/h-alpha/configuration.nix
@@ -10,13 +10,12 @@
./disko-config.nix
];
boot.loader.systemd-boot.enable = true;
- # boot.loader.grub.device = "/dev/sda";
users.users.nea = {
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINg2WYMRKINwbH5UCqqK2qq/qW0gG1NnaALHqEyU4NzM"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINg2WYMRKINwbH5UCqqK2qq/qW0gG1NnaALHqEyU4NzM nea@smiley-mk1"
];
};