1
1
Fork 0

Compare commits

..

No commits in common. "e381001f0a9cd4061c141e36d99b313c66aeea1f" and "532e7a5c6b10cbc311ee1f6811a6008152324f19" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -54,7 +54,7 @@
firefox firefox
libreoffice libreoffice
mpv mpv
obsidian syncthing
unzip unzip
]; ];
@ -62,17 +62,6 @@
enable = false; enable = false;
}; };
# tvb monopolizes the system syncthing for now. User services are harder to get working
# and nobody else uses imperium right now. In the future, rewriting the syncthing module
# to allow multiple instances is probably the right move.
services.syncthing = {
enable = true;
dataDir = "/home/tvb";
openDefaultPorts = true;
user = "tvb";
group = "tvb";
};
# This value governs how some stateful data, like databases, are handled # This value governs how some stateful data, like databases, are handled
# across different versions of NixOS. This should not be changed to a new # across different versions of NixOS. This should not be changed to a new
# release unless the sysadmin has determined that no services would be # release unless the sysadmin has determined that no services would be

View File

@ -191,9 +191,6 @@ in {
"backyard.home" "backyard.home"
"jellyfin.backyard.home" "jellyfin.backyard.home"
]; ];
"10.22.20.9" = [
"imperium.home"
];
}; };
}) })
]; ];