mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
add jellyfin, switch caddy to one listener
This commit is contained in:
@ -10,6 +10,7 @@ nixpkgs.lib.nixosSystem {
|
||||
{
|
||||
networking.hostName = "oracle";
|
||||
bookServer = "books.masu.rs";
|
||||
streamServer = "stream.masu.rs";
|
||||
gui.enable = false;
|
||||
colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||
passwordHash = null;
|
||||
@ -23,5 +24,6 @@ nixpkgs.lib.nixosSystem {
|
||||
../../modules/services/oracle.nix
|
||||
../../modules/services/sshd.nix
|
||||
../../modules/services/calibre.nix
|
||||
../../modules/services/jellyfin.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user