makemake: Add cleeyv access
Eelco Dolstra committed
Jun 29, 2023 at 15:54 UTC
d9fae9fc99a7dae2c225dd562a38fd39f6b1b1b9
3 files changed
+4
-2
modules/common.nix
+1
-1
@@ -8,7 +8,7 @@ with lib;
8
users.mutableUsers = false;
9
10
users.extraUsers.root.openssh.authorizedKeys.keys =
11
- with import ../ssh-keys.nix; [ eelco rob ];
11
+ with import ../ssh-keys.nix; [ eelco ];
12
13
nix.useSandbox = true;
14
nix.buildCores = 0;
ngi0/makemake/flake.nix
+1
-1
@@ -101,7 +101,7 @@
101
boot.loader.grub.copyKernels = true;
102
103
users.extraUsers.root.openssh.authorizedKeys.keys =
104
- with import ../../ssh-keys.nix; [ zimbatm regnat ];
104
+ with import ../../ssh-keys.nix; [ zimbatm regnat cleeyv ];
105
})
106
];
107
};
ssh-keys.nix
+2
@@ -26,4 +26,6 @@
26
27
hexa-gaia = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAWQRR7dspgQ6kCwyFnoVlgmmPR4iWL1+nvq6a5ad2Ug hexa@gaia";
28
hexa-helix = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSpdtIxIBFtd7TLrmIPmIu5uemAFJx4sNslRsJXfFxr hexa@helix";
29
+
30
+ cleeyv = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4p4CqilI3n1GOyGcDgUh1UpwxeHSTIiV4oeHYjF431 cleeyv";
31
}