diff --git a/common/common.nix b/common/common.nix index 08aad4c..5a41984 100644 --- a/common/common.nix +++ b/common/common.nix @@ -43,4 +43,5 @@ openssh.authorizedKeys.keys = (import ./ssh.nix).users; hashedPassword = "$6$TuDO46rILr$gkPUuLKZe3psexhs8WFZMpzgEBGksE.c3Tjh1f8sD0KMC4oV89K2pqAABfl.Lpxu2jVdr5bgvR5cWnZRnji/r/"; }; + nix.trustedUsers = [ "root" "googlebot" ]; } diff --git a/machines/reg/configuration.nix b/machines/reg/configuration.nix index dfdead7..2cd3ffa 100644 --- a/machines/reg/configuration.nix +++ b/machines/reg/configuration.nix @@ -7,6 +7,8 @@ # smcxui7kwoyxpswwage4fkcppxnqzpw33xcmxmlhxvk5gcp5s6lrtfad.onion + boot.kernelPackages = pkgs.linuxPackages_5_12; + nix.flakes.enable = true; efi.enable = true;