removed sops dependency

fixed syncthing
This commit is contained in:
2024-09-14 16:05:53 -04:00
parent 76d67502e6
commit d19a485c54
6 changed files with 9 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ in
../common/optional/systemd-boot.nix
../common/optional/zerotier.nix
./arch_mirror.nix
# ./docker
./docker
./hardware.nix
./networking.nix
./programs.nix
@@ -24,8 +24,6 @@ in
];
# services.openssh.settings.PermitRootLogin = "yes";
services = {
openssh.ports = [ 629 ];
@@ -45,8 +43,6 @@ in
path = vars.media_notes;
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
@@ -56,7 +52,6 @@ in
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
@@ -66,7 +61,6 @@ in
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
@@ -76,7 +70,6 @@ in
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
@@ -85,7 +78,6 @@ in
path = "${vars.storage_syncthing}/projects";
devices = [
"bob"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};