Add nixarr config, move starship to desktop config
This commit is contained in:
13
nixos/nixarr.nix
Normal file
13
nixos/nixarr.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
nixarr,
|
||||
...
|
||||
}: {
|
||||
nixarr = {
|
||||
enable = true;
|
||||
sabnzbd = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user