Extract Shared NixOS Settings
NixOS switch mini-pc / switch (push) Successful in 14s
Deploy cloud-pc / deploy (push) Failing after 29s
NixOS switch cloud-pc / switch (push) Successful in 11s

This commit is contained in:
Dmitry
2026-05-30 17:25:18 +03:00
parent 2e0b494000
commit 54b4a23446
6 changed files with 28 additions and 66 deletions
+6
View File
@@ -0,0 +1,6 @@
{
services.zerotierone = {
enable = true;
joinNetworks = [ "743993800fa5a34c" ];
};
}