From ace1ba950e8f9ffa1105e1a5f2caacb9ff22e414 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Thu, 24 Jun 2021 18:35:46 -0400 Subject: [PATCH] non-broken linux version --- common/common.nix | 1 + machines/reg/configuration.nix | 2 ++ 2 files changed, 3 insertions(+) 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;