caches/ssh: enable Infini-DESKTOP cache outside of home
This commit is contained in:
parent
20828afda9
commit
510fc4ae67
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = lib.mkIf (config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home)
|
substituters = lib.mkIf (config.networking.hostName != "Infini-DESKTOP")
|
||||||
((if config.info.loc.home then (lib.mkOrder 300) else lib.mkAfter) [
|
((if config.info.loc.home then (lib.mkOrder 300) else lib.mkAfter) [
|
||||||
"ssh://infini-desktop"
|
"ssh://infini-desktop"
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue