summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 8129bc1..cc37378 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,7 +29,7 @@
};
};
- outputs = {nixpkgs, home-manager, ...} @ inputs:
+ outputs = {nixpkgs, home-manager, disko, ...} @ inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
@@ -42,7 +42,7 @@
nixosConfigurations."afrodite" = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system; };
- modules = [ ./systems/afrodite ];
+ modules = [ disko.nixosModules.disko ./systems/afrodite ];
};
nixosConfigurations."odino" = nixpkgs.lib.nixosSystem {