diff options
| author | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
| commit | de807d65a6f2dd5ce81507bff456449a912b131d (patch) | |
| tree | 61fa5a41ee5c102ba1a91127034358a513979ea9 /hosts/atlas | |
| parent | fd9eaa40a0508d009fe4f08d501d8ae6f64c4a96 (diff) | |
hosts: deploy-rs -> nixinate
deploy-rs still has issues with tailscale :(
Diffstat (limited to 'hosts/atlas')
| -rw-r--r-- | hosts/atlas/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index ad6e7e8..89ea2c9 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -9,6 +9,14 @@ ./nginx.nix ]; + _module.args.nixinate = { + host = "atlas"; + sshUser = "root"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = true; + }; + boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; |
