pureintent: sub

This commit is contained in:
Sridhar Ratnakumar 2025-10-26 18:30:54 -04:00
parent 2f3742319c
commit 7bfd1777b4

View file

@ -25,6 +25,9 @@ in
];
nix.settings.sandbox = "relaxed";
nix.extraOptions = ''
builders-use-substitutes = true
'';
services.openssh.enable = true;
services.tailscale.enable = true;