1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Set host keys too

This commit is contained in:
RGBCube 2024-04-30 12:56:07 +03:00
parent 611498905f
commit 369501ab86
No known key found for this signature in database
18 changed files with 113 additions and 95 deletions

View file

@ -4,6 +4,7 @@
system.stateVersion = "23.11";
nixpkgs.hostPlatform = "x86_64-linux";
secrets.id.file = ./id.age;
secrets.floppyPassword.file = ./password.floppy.age;
users.users = {
@ -22,6 +23,11 @@
};
};
services.openssh.hostKeys = [{
type = "ed25519";
path = config.secrets.id.path;
}];
networking = {
ipv4 = "23.164.232.40";
ipv6 = "2602:f9f7::40";