diff options
| author | seth <[email protected]> | 2023-08-16 17:51:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 13:55:47 -0400 |
| commit | 76127171e4ed7abcb2a14039f358e117aac20181 (patch) | |
| tree | 4070c834ec4b3c9a2cf0dfb5207000bd565e51da /hosts/default.nix | |
| parent | 95ac27788ecb6221867f1a2738ce12b445775bf4 (diff) | |
hosts+users: adopt new module names
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index e5743e1..1a650bc 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -43,8 +43,8 @@ }; }; - nixosModules.getchoo = import ../modules/nixos; - darwinModules.getchoo = import ../modules/darwin; + nixosModules.default = import ../modules/nixos; + darwinModules.default = import ../modules/darwin; openwrt.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { |
