feat: expose disk-config output

This commit is contained in:
Leon Schwarzäugl 2025-03-22 22:42:57 +01:00
parent 3c441f403a
commit 182c394e7e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 13 deletions

View file

@ -153,6 +153,8 @@
import ./checks { inherit self inputs system pkgs; }
);
diskoConfigurations.default = import .templates/hosts/nixos/disk-config.nix;
nixosConfigurations =
lib.swarselsystems.mkFullHostConfigs (lib.swarselsystems.readHosts "nixos") "nixos";