diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 6fe3913..3860a8c 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -50,7 +50,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILRZXNqs7FgVeTCt2ElOARt5f/bR1gjk5bS+zCJA6C1P root@nuOS" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII7X17VovmxkwhKxIg795yO1Sf7dwO50pybMRlUDLLcA hydra@nuOS" ]; + write = true; }; + nix.settings.trusted-users = [ "nix-ssh" ]; # Allow unfree packages nixpkgs.config = { diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 2caab9e..3d0f982 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -25,7 +25,7 @@ networkmanager.enable = true; # Easiest to use and most distros use this by default. }; # Pick only one of the below networking options. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Set your time zone. time.timeZone = "Europe/Amsterdam"; @@ -62,8 +62,8 @@ # started in user sessions. # programs.mtr.enable = true; # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; + # enable = true; + # enableSSHSupport = true; # }; @@ -82,7 +82,7 @@ home.file = { ".ssh/config".text = '' Host 192.168.42.5 - User noa + User nix-ssh ''; }; }; diff --git a/hosts/nuos/root.nix b/hosts/nuos/root.nix index da8b1fd..ffbda60 100644 --- a/hosts/nuos/root.nix +++ b/hosts/nuos/root.nix @@ -50,7 +50,7 @@ # ''; ".ssh/config".text = '' Host 192.168.42.5 - User noa + User nix-ssh ''; };