mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 02:20:53 -06:00
fix: syncthing cucked
This commit is contained in:
parent
f1a169adf6
commit
5b7b52607f
11 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) guestPath;
|
inherit (labHelpers) guestPath;
|
||||||
inherit (import ../config { inherit config flake pkgs; }) fireflyVM;
|
inherit (import ../config { inherit config flake pkgs; }) fireflyVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) mntPath;
|
inherit (labHelpers) mntPath;
|
||||||
inherit (import ../config { inherit flake pkgs; }) forgejoVM;
|
inherit (import ../config { inherit flake pkgs; }) forgejoVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) mntPath;
|
inherit (labHelpers) mntPath;
|
||||||
inherit (import ../config { inherit flake config; }) jellyfinVM;
|
inherit (import ../config { inherit flake config; }) jellyfinVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) mntPath;
|
inherit (labHelpers) mntPath;
|
||||||
inherit
|
inherit
|
||||||
(import ../config {
|
(import ../config {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) mntPath;
|
inherit (labHelpers) mntPath;
|
||||||
inherit (import ../config { inherit flake pkgs; }) minecraftVM;
|
inherit (import ../config { inherit flake pkgs; }) minecraftVM;
|
||||||
inherit (flake.config.services) instances;
|
inherit (flake.config.services) instances;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) mntPath;
|
inherit (labHelpers) mntPath;
|
||||||
inherit (import ../config { inherit flake pkgs; }) opencloudVM;
|
inherit (import ../config { inherit flake pkgs; }) opencloudVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) guestPath;
|
inherit (labHelpers) guestPath;
|
||||||
inherit (import ../config { inherit flake pkgs; }) opencloudVM;
|
inherit (import ../config { inherit flake pkgs; }) opencloudVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) guestPath mediaPath;
|
inherit (labHelpers) guestPath mediaPath;
|
||||||
inherit (import ../config { inherit flake lib; }) photoprismVM;
|
inherit (import ../config { inherit flake lib; }) photoprismVM;
|
||||||
inherit (flake.config.services.instances) photoprism;
|
inherit (flake.config.services.instances) photoprism;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) mntPath;
|
inherit (labHelpers) mntPath;
|
||||||
inherit (import ../config { inherit config flake pkgs; }) qbittorrentVM;
|
inherit (import ../config { inherit config flake pkgs; }) qbittorrentVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers)
|
inherit (labHelpers)
|
||||||
guestPath
|
guestPath
|
||||||
mediaPath
|
mediaPath
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (import ../../../helpers.nix) labHelpers;
|
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||||
inherit (labHelpers) guestPath;
|
inherit (labHelpers) guestPath;
|
||||||
inherit (import ../config { inherit flake; }) vaultwardenVM;
|
inherit (import ../config { inherit flake; }) vaultwardenVM;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue