Disable self-hosted cache
This commit is contained in:
parent
934bb34550
commit
3906603d51
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
aa = {
|
||||
nix.enable = true;
|
||||
nix.useSelfhostedCache = true;
|
||||
nix.useSelfhostedCache = false;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue