summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-29 06:37:22 -0500
committerseth <[email protected]>2023-12-29 06:51:49 -0500
commit874a58f74dea0ee6aa775f43f688e8397bc8cfb5 (patch)
tree1862d97828161591498d5cd56c213096b740b720 /systems/atlas
parentebba4504d2faa0fed6ca8b2201243b9786f68b92 (diff)
systems: nixinate works again
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 836aef7..9e8f926 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -10,6 +10,14 @@
./teawiebot.nix
];
+ _module.args.nixinate = {
+ host = config.networking.hostName;
+ sshUser = "root";
+ buildOn = "remote";
+ substituteOnTarget = true;
+ hermetic = false;
+ };
+
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;