Removed impure, will just configure a password manually

This commit is contained in:
2024-12-31 17:46:23 +02:00
parent cc67aabf90
commit 7d5fe5da45
2 changed files with 0 additions and 7 deletions

View File

@@ -15,7 +15,6 @@
flake = "github:kyren223/server#default";
dates = "minutely"; # Poll interval
flags = [
"--impure"
"--no-write-lock-file" # Prevent flake.lock from upgrading
"--option" "tarball-ttl" "0" # Required for polling below 1h
];

View File

@@ -52,11 +52,5 @@
folders = { };
};
};
sops.secrets.syncthing-gui-password = { };
services.syncthing.settings.gui = {
user = "server";
password = builtins.readFile config.sops.secrets.syncthing-gui-password.path;
};
};
}