diff options
| author | Grisha Shipunov | 2025-12-14 16:09:38 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-12-23 10:31:58 +0100 |
| commit | 596e38ad7a9f10bfbbb03e79e166271d9e0c44ac (patch) | |
| tree | fc693ad9724c0ad85f5e1c736d935560d001cd82 /flake.nix | |
| parent | 5e606b62c0a6f27227e8d3a4adc3d9c9a8a20d1e (diff) | |
update zfs kernel
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,6 +117,7 @@ ./modules/virtualization.nix ./modules/wg ./modules/factorio.nix + ./modules/zfs-common.nix ]; }; cloud = nixpkgs.lib.nixosSystem { @@ -145,6 +146,7 @@ ./modules/server ./modules/binary-caches.nix ./modules/wg + ./modules/zfs-common.nix { config.microvm.autostart = microvm-stable-list ++ microvm-unstable-list; |
