9 current 2025-10-05 19:58:43 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# 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";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -23,7 +23,11 @@ in
|
|||||||
services.zfs = {
|
services.zfs = {
|
||||||
autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
autoScrub.interval = "weekly";
|
autoScrub.interval = "weekly";
|
||||||
|
};
|
||||||
|
|
||||||
|
fileSystems."/holocron" = {
|
||||||
|
device = "holocron";
|
||||||
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -25,5 +25,6 @@ in
|
|||||||
|
|
||||||
# enable docker gpu passthrough
|
# enable docker gpu passthrough
|
||||||
virtualisation.docker.enableNvidia = true;
|
virtualisation.docker.enableNvidia = true;
|
||||||
|
hardware.nvidia-container-toolkit.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user