This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-02-06 13:26:31 +01:00
parent f2dae2ee81
commit ee28eadb3b

View File

@@ -36,7 +36,7 @@
nixosConfigurations = let
make-nixos-system = host: let
hyper = get-hyper host;
rice = get-rice hyeper;
rice = get-rice hyper;
in nixpkgs.lib.nixosSystem {
pkgs = get-pkgs hyper;
modules = [ ./configuration.nix ];