From afa62c5510902a2f0727de06d778db53feefb4b5 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 26 Feb 2023 10:42:11 -0500 Subject: [PATCH] fix: diskoConfigurations using nixos module --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 97725dd..c6e45a0 100644 --- a/flake.nix +++ b/flake.nix @@ -152,7 +152,9 @@ darwinConfigurations.lookingglass.config.home-manager.users."Noah.Masur".home; }; - diskoConfigurations = { swan = import ./hosts/swan/disks.nix; }; + diskoConfigurations = { + swan = { ... }: (import ./hosts/swan/disks.nix { }).disko.devices; + }; # Package servers into images with a generator packages = forAllSystems (system: {