challenger: disable unused services
This commit is contained in:
parent
1639675eac
commit
0a1b0fbe51
@ -12,9 +12,9 @@
|
|||||||
# ./exports.nix
|
# ./exports.nix
|
||||||
./filesystems.nix
|
./filesystems.nix
|
||||||
|
|
||||||
./services/archivebox.nix
|
# ./services/archivebox.nix
|
||||||
./services/calibre.nix
|
./services/calibre.nix
|
||||||
./services/ersatztv.nix
|
# ./services/ersatztv.nix
|
||||||
./services/jellyfin.nix
|
./services/jellyfin.nix
|
||||||
./services/komga.nix
|
./services/komga.nix
|
||||||
./services/navidrome.nix
|
./services/navidrome.nix
|
||||||
@ -41,7 +41,6 @@
|
|||||||
environment.variables = { EDITOR = "vim"; };
|
environment.variables = { EDITOR = "vim"; };
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
zfs
|
zfs
|
||||||
ncdu
|
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user