Fix server config path

This commit is contained in:
DashieTM 2024-08-04 15:50:45 +02:00
parent 47d5758cca
commit a5de016eed
7 changed files with 85 additions and 47 deletions

View file

@ -48,5 +48,6 @@ in
secrets.${username} = { };
secrets.nextcloud = { };
};
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
}