hosts: add hydra cache to all

fix kabtop defintion (missing ;)
remove scsi power option on jupiter vm
This commit is contained in:
2024-06-17 20:47:42 +02:00
parent 9b22d5c1ba
commit c89ea890d1
3 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
[(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix
[(import ../../modules/wm/virtualisation/docker.nix)] ++ # Docker
[(import ../../modules/wm/virtualisation/kvm-amd.nix)] ++ # kvm module options
(import ../../modules/services/server) # Server Services
(import ../../modules/services/server); # Server Services
boot = { # Boot options
kernelPackages = pkgs.linuxPackages_latest;