1

System: Define general sops secrets

This commit is contained in:
2025-07-09 17:28:41 +02:00
parent df76adca82
commit 04e4a9010b

View File

@ -92,6 +92,10 @@ with mylib.networking; {
};
polkit.enable = true;
sops-nix.secrets.${username} = [
"docker-password"
];
};
# Enable flakes
@ -265,7 +269,7 @@ with mylib.networking; {
nix-ld.enable = true; # Load dynamically linked executables
gnupg.agent = {
enable = true;
enable = false;
enableBrowserSocket = true;
enableExtraSocket = true;
enableSSHSupport = true;
@ -284,7 +288,7 @@ with mylib.networking; {
flake = "/home/christoph/NixFlake";
};
ssh.startAgent = false; # Use gnupg
ssh.startAgent = true; # Use gnupg
starship.enable = true;
xwayland.enable = !headless;
};