non-broken linux version

This commit is contained in:
zuckerberg 2021-06-24 18:35:46 -04:00
parent 022041c3b5
commit ace1ba950e
2 changed files with 3 additions and 0 deletions

View File

@ -43,4 +43,5 @@
openssh.authorizedKeys.keys = (import ./ssh.nix).users; openssh.authorizedKeys.keys = (import ./ssh.nix).users;
hashedPassword = "$6$TuDO46rILr$gkPUuLKZe3psexhs8WFZMpzgEBGksE.c3Tjh1f8sD0KMC4oV89K2pqAABfl.Lpxu2jVdr5bgvR5cWnZRnji/r/"; hashedPassword = "$6$TuDO46rILr$gkPUuLKZe3psexhs8WFZMpzgEBGksE.c3Tjh1f8sD0KMC4oV89K2pqAABfl.Lpxu2jVdr5bgvR5cWnZRnji/r/";
}; };
nix.trustedUsers = [ "root" "googlebot" ];
} }

View File

@ -7,6 +7,8 @@
# smcxui7kwoyxpswwage4fkcppxnqzpw33xcmxmlhxvk5gcp5s6lrtfad.onion # smcxui7kwoyxpswwage4fkcppxnqzpw33xcmxmlhxvk5gcp5s6lrtfad.onion
boot.kernelPackages = pkgs.linuxPackages_5_12;
nix.flakes.enable = true; nix.flakes.enable = true;
efi.enable = true; efi.enable = true;