summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-10 21:18:35 -0400
committerseth <[email protected]>2024-05-10 21:30:32 -0400
commit292a7d201f86d0af8b744896418208e975ba47a8 (patch)
tree6e7f78777db7881292b5ef2194e41dde048646d5 /systems/atlas
parent1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (diff)
systems: deploy-rs -> nixinate for 12343894th time
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix14
1 files changed, 13 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 9f2f6b0..df55b62 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -1,4 +1,8 @@
-{modulesPath, ...}: {
+{
+ config,
+ modulesPath,
+ ...
+}: {
imports = [
(modulesPath + "/profiles/minimal.nix")
./hardware-configuration.nix
@@ -7,6 +11,14 @@
./teawiebot.nix
];
+ _module.args.nixinate = {
+ host = config.networking.hostName;
+ sshUser = "root";
+ buildOn = "remote";
+ substituteOnTarget = true;
+ hermetic = false;
+ };
+
archetypes.server.enable = true;
base.networking.enable = false;