mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-10-06 04:53:57 +02:00
challenger: disable unused services
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
# ./exports.nix
|
||||
./filesystems.nix
|
||||
|
||||
./services/archivebox.nix
|
||||
# ./services/archivebox.nix
|
||||
./services/calibre.nix
|
||||
./services/ersatztv.nix
|
||||
# ./services/ersatztv.nix
|
||||
./services/jellyfin.nix
|
||||
./services/komga.nix
|
||||
./services/navidrome.nix
|
||||
@@ -41,7 +41,6 @@
|
||||
environment.variables = { EDITOR = "vim"; };
|
||||
environment.systemPackages = with pkgs; [
|
||||
zfs
|
||||
ncdu
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
Reference in New Issue
Block a user