summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-18 17:05:25 +0100
committerLeonardo <noreply@leoflo.me>2026-03-18 17:05:25 +0100
commit090be6f0e43986088c47777dab39b189a3f51027 (patch)
tree1fa3e6ae68be193b4df1834377622dee346c36c6
parent32c4d5def0a00c13f0ed012539ff1df5917b1547 (diff)
downloadnixos-090be6f0e43986088c47777dab39b189a3f51027.tar.gz
nixos-090be6f0e43986088c47777dab39b189a3f51027.zip
fix per afrodite
-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 {