commit dd058cf6791fae6988017779a1a44e21ec4be516
parent c9c2e3b9957fa3d00f1630b718e09be0560b7303
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 16 Dec 2020 16:29:23 +0100
systems: continue experimentation on distributed builds
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix
@@ -80,6 +80,13 @@ in
];
}];
+ programs.ssh.knownHosts = {
+ "wakasu" = {
+ hostNames = [ "wakasu.home" "192.168.1.77" ];
+ publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ2GB030S1+iZMqwgYhkl5CuBOKBjZoujc0aVHII39/x";
+ };
+ };
+
services.hardware.bolt.enable = true;
profiles = {
desktop.i3.enable = true;
diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix
@@ -57,6 +57,7 @@ in
extraGroups = [ ];
openssh.authorizedKeys.keys = [ (builtins.readFile "/etc/nixos/secrets/builder.pub") ];
};
+ nix.trustedUsers = [ "root" "vincent" "builder" ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/6590b73d-72a4-4356-94b1-f56ac45c976d";