move secrets into flake so i dont need impure anymore

This commit is contained in:
Mars 2024-07-31 00:33:42 -04:00
parent 5b0a9850bc
commit ad4158596a
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
5 changed files with 22 additions and 8 deletions

View file

@ -51,7 +51,7 @@ with lib // pkgs // inputs; {
'';
age = {
secrets.passwd.file = /etc/secrets/passwd.age;
secrets.passwd.file = "${self}/secrets/passwd.age";
identityPaths = ["/persist/root/.ssh/id_ed25519"];
};
@ -102,7 +102,7 @@ with lib // pkgs // inputs; {
systemPackages = [
agenix.packages.${system}.default
gnome.nautilus
nautilus
internal.lightly-boehs-qt6
looking-glass-client
snowfallorg.flake
@ -119,7 +119,6 @@ with lib // pkgs // inputs; {
hideMounts = true;
directories = [
"/etc/NetworkManager"
"/etc/secrets"
"/etc/ssh"
"/root/.ssh"
"/var/lib/bluetooth"
@ -468,9 +467,9 @@ with lib // pkgs // inputs; {
bluetooth.enable = true;
i2c.enable = true;
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
extraPackages = [
vaapiVdpau
nvidia-vaapi-driver