Configured Host for Remotebuilds
This commit is contained in:
parent
ad0d22649e
commit
67087d724e
1 changed files with 11 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue