Compare commits
3 Commits
532e7a5c6b
...
e381001f0a
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | e381001f0a | |
Tim Van Baak | 741a0bc340 | |
Tim Van Baak | 49d864839a |
|
@ -54,7 +54,7 @@
|
|||
firefox
|
||||
libreoffice
|
||||
mpv
|
||||
syncthing
|
||||
obsidian
|
||||
unzip
|
||||
];
|
||||
|
||||
|
@ -62,6 +62,17 @@
|
|||
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,6 +191,9 @@ in {
|
|||
"backyard.home"
|
||||
"jellyfin.backyard.home"
|
||||
];
|
||||
"10.22.20.9" = [
|
||||
"imperium.home"
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue