Set up Syncthing

This commit is contained in:
2019-11-07 14:25:27 +01:00
parent e46f4088c0
commit de36958760
4 changed files with 61 additions and 10 deletions

View File

@@ -89,6 +89,12 @@
};
};
# Run Nix garbage collector daily
nix.gc = {
automatic = true;
dates = "03:15";
};
# Configure fish shell
#programs.fish.enable = true;
@@ -99,6 +105,7 @@
imports = [
./modules/printing.nix
./modules/networking.nix
./modules/datasync.nix
];
}