Commit dd058cf6791f
Changed files (2)
systems
hosts
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;
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";