Compare commits

...

2 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
39c03c6c62 Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles 2026-02-06 13:26:33 +01:00
Lennart J. Kurzweg (Nx2)
ee28eadb3b fix typo 2026-02-06 13:26:31 +01:00

View File

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