Configured Host for Remotebuilds

This commit is contained in:
Kaybee 2025-06-10 19:47:26 +02:00
parent ad0d22649e
commit 67087d724e
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k

View file

@ -10,6 +10,7 @@
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
};
nix.settings.trusted-users=[ "remotebuild" ];
# Networking
networking.hostName = "mow0m";
@ -36,9 +37,18 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICc3ShcoW5cPw1sbwiKI8ldMNtPi5xb6FPd/oH4AoSJW kb@Ohybke"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGL0MCmqvwph9Py81MtAjpJHtw5ecyE3s3q/SQW+D7HJ wdlbrmft"
];
};
users.users.remotebuild = {
isNormalUser = true;
createHome = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJW6aXcRu9+eYHi6taG8uWiG3XMJ429sax8EMyLHa31C kissen@Lolquak"
];
};
# programs.firefox.enable = true;
# System Packages: (search via $ nix search wget)