Removed impure, will just configure a password manually
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user