migrated wireguard and syncthing

This commit is contained in:
Ingolf Wagner 2023-05-12 11:17:58 +02:00
commit cb1cfa902f
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
10 changed files with 202 additions and 77 deletions

View file

@ -265,6 +265,7 @@
chungus = { name, nodes, pkgs, ... }: {
deployment.targetHost = "${name}.private";
deployment.tags = [ "server" "online" "private" ];
deployment.buildOnTarget = false;
imports = [
grocy-scanner.nixosModule
];