Compare commits
2 Commits
edbc5c0393
...
39c03c6c62
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39c03c6c62 | ||
|
|
ee28eadb3b |
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user