Compare commits
No commits in common. "e381001f0a9cd4061c141e36d99b313c66aeea1f" and "532e7a5c6b10cbc311ee1f6811a6008152324f19" have entirely different histories.
e381001f0a
...
532e7a5c6b
|
@ -54,7 +54,7 @@
|
|||
firefox
|
||||
libreoffice
|
||||
mpv
|
||||
obsidian
|
||||
syncthing
|
||||
unzip
|
||||
];
|
||||
|
||||
|
@ -62,17 +62,6 @@
|
|||
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
|
||||
# across different versions of NixOS. This should not be changed to a new
|
||||
# release unless the sysadmin has determined that no services would be
|
||||
|
|
|
@ -191,9 +191,6 @@ in {
|
|||
"backyard.home"
|
||||
"jellyfin.backyard.home"
|
||||
];
|
||||
"10.22.20.9" = [
|
||||
"imperium.home"
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue