Compare commits

..

No commits in common. "9eb6a1ca7051f67cc4b1ff518036b12827f26425" and "3a8f9696e17ec5aa450b242ab0040b6beaf9dd74" have entirely different histories.

1 changed files with 1 additions and 8 deletions

View File

@ -102,11 +102,7 @@ in {
# Specify secrets # Specify secrets
age = { age = {
secrets.wireguard = { secrets.wireguard.file = secrets/wireguard.age;
file = secrets/wireguard.age;
owner = "systemd-network";
group = "systemd-network";
};
secrets.syncthing.file = secrets/syncthing.age; secrets.syncthing.file = secrets/syncthing.age;
secrets.samba-ugent.file = secrets/samba-ugent.age; secrets.samba-ugent.file = secrets/samba-ugent.age;
secrets.msmtp.file = secrets/msmtp.age; secrets.msmtp.file = secrets/msmtp.age;
@ -166,9 +162,6 @@ in {
}; };
}; };
# Enable fish package completion
programs.fish.enable = true;
# Import other configuration modules # Import other configuration modules
imports = [ imports = [
./modules/hardware-configuration.nix ./modules/hardware-configuration.nix