add deluge to nfss
This commit is contained in:
parent
cef82a0700
commit
1099ae5f77
2 changed files with 26 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
../system-default.nix
|
||||
../../../modules/tailscale.nix
|
||||
../../../modules/login-display.nix
|
||||
../../../modules/media-server.nix
|
||||
];
|
||||
|
||||
# GRUB bootloader with ZFS support
|
||||
|
|
@ -125,4 +126,10 @@
|
|||
subnetRoutes = [ "10.1.1.0/24" ];
|
||||
};
|
||||
|
||||
# Media server services
|
||||
services.media-server = {
|
||||
user = "yanlin";
|
||||
deluge.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue