diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-18 17:05:25 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-18 17:05:25 +0100 |
| commit | 090be6f0e43986088c47777dab39b189a3f51027 (patch) | |
| tree | 1fa3e6ae68be193b4df1834377622dee346c36c6 /flake.nix | |
| parent | 32c4d5def0a00c13f0ed012539ff1df5917b1547 (diff) | |
| download | nixos-090be6f0e43986088c47777dab39b189a3f51027.tar.gz nixos-090be6f0e43986088c47777dab39b189a3f51027.zip | |
fix per afrodite
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
