diff --git a/hosts/adsl-ssd/default.nix b/hosts/adsl-ssd/default.nix index 4edcf38..7b89ee5 100644 --- a/hosts/adsl-ssd/default.nix +++ b/hosts/adsl-ssd/default.nix @@ -16,7 +16,7 @@ networking.hostName = "adsl-ssd"; time.timeZone = "America/Chicago"; - boot.kernelParams = [ "nvme.poll_queues=32" "iommu=off" ]; + boot.kernelParams = [ "nvme.poll_queues=32" "iommu=off" "nvme_core.multipath=N" ]; boot.swraid.enable = true; programs.zsh.enable = true; @@ -78,6 +78,8 @@ 8000 ]; + virtualisation.docker.enable = true; + security.pam.loginLimits = [ { domain = "proteet";