9 current 2025-10-05 19:58:43 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 19:58:51 -05:00
parent f8c1d19925
commit ee2bfa3352
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 8 current 2025-10-05 19:42:22 25.05.20251001.5b5be50 6.12.49 *
# generation: 9 current 2025-10-05 19:58:43 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

View File

@@ -23,7 +23,11 @@ in
services.zfs = {
autoScrub.enable = true;
autoScrub.interval = "weekly";
};
fileSystems."/holocron" = {
device = "holocron";
fsType = "zfs";
};
};

View File

@@ -25,5 +25,6 @@ in
# enable docker gpu passthrough
virtualisation.docker.enableNvidia = true;
hardware.nvidia-container-toolkit.enable = true;
};
}