This commit is contained in:
2026-01-19 15:58:58 +03:00
parent 299f8592c2
commit 639fa24677
3 changed files with 2 additions and 34 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ let
];
};
syncthing = {
enable = false;
enable = true;
systemService = true;
configDir = "${xlib.dirs.user-storage}/Syncthing/${config.system.name}";
dataDir = "${xlib.dirs.user-home}";
-32
View File
@@ -1,32 +0,0 @@
{
config,
pkgs,
xlib,
inputs,
...
}:
# let
# grampsPath = "${xlib.dirs.wsl-storage}/gramps";
# in
{
# xdg = {
# configFile = {
# "grampsConfig" = {
# source = config.lib.file.mkOutOfStoreSymlink grampsPath;
# target = "gramps";
# };
# };
# dataFile = {
# "grampsData" = {
# source = config.lib.file.mkOutOfStoreSymlink grampsPath;
# target = "gramps";
# };
# };
# };
services.syncthing = {
enable = true;
tray.enable = true;
};
home.packages = [
];
}
+1 -1
View File
@@ -40,7 +40,7 @@
};
systemd.tmpfiles.rules = [
"z /mnt/shared 2775 root users -"
"z /home/shared 2775 root users -"
];
sops = {