diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/atlas/default.nix | 8 | ||||
| -rw-r--r-- | hosts/default.nix | 6 | ||||
| -rw-r--r-- | hosts/p-body/default.nix | 8 |
3 files changed, 1 insertions, 21 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 1a9691d..212d44a 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -9,14 +9,6 @@ ./nginx.nix ]; - _module.args.nixinate = { - host = "atlas"; - sshUser = "root"; - buildOn = "remote"; - substituteOnTarget = true; - hermetic = false; - }; - boot = { binfmt.emulatedSystems = ["x86_64-linux" "i686-linux"]; loader.systemd-boot.enable = true; diff --git a/hosts/default.nix b/hosts/default.nix index a3340b5..f1ff518 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -48,13 +48,9 @@ nixosModules.getchoo = import ../modules/nixos; darwinModules.getchoo = import ../modules/darwin; - packages.x86_64-linux.turret = withSystem "x86_64-linux" ({pkgs, ...}: + openwrt.turret = withSystem "x86_64-linux" ({pkgs, ...}: pkgs.callPackage ./turret { inherit (inputs) openwrt-imagebuilder; }); }; - - perSystem = {system, ...}: { - apps = (inputs.nixinate.nixinate.${system} self).nixinate; - }; } diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index c1d4dca..16341e7 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -14,14 +14,6 @@ ./victoriametrics.nix ]; - _module.args.nixinate = { - host = "p-body"; - sshUser = "root"; - buildOn = "remote"; - substituteOnTarget = true; - hermetic = false; - }; - getchoo.server.secrets.enable = true; networking = { |
