mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(taskchampion): sync service
This commit is contained in:
parent
e9f297d51c
commit
e07f689dec
6 changed files with 64 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ chmod 1775 /rpool/shared/nix/store
|
|||
chown 100000:100000 /rpool/shared/nix/var
|
||||
|
||||
mkcache zigbee2mqtt 100317 100317 0700
|
||||
mkcache taskchampion 100917 100917 0750
|
||||
mkcache plex 0 0 0755
|
||||
if [[ ! -d /rpool/caches/plex/Cache ]]; then
|
||||
mkdir /rpool/caches/plex/Cache
|
||||
|
|
@ -178,6 +179,7 @@ mkshared kanidm 100994 100993 0700
|
|||
mkshared mosquitto 100246 100246 0700
|
||||
mkshared plex 100193 100193 0750
|
||||
mkshared postgresql 100071 100071 0750
|
||||
mkshared taskchampion 100917 100917 0750
|
||||
mkshared unifi 100990 100990 0750
|
||||
mkshared zigbee2mqtt 100317 100317 0700
|
||||
mkshared vaultwarden 100915 100915 0750
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ _: {
|
|||
};
|
||||
cloudflared.enable = true;
|
||||
tailscale.enable = true;
|
||||
taskchampion.enable = true;
|
||||
home-assistant.enable = true;
|
||||
zigbee2mqtt.enable = true;
|
||||
barcodebuddy.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"lxc": {
|
||||
"lxc.mount.entry": [
|
||||
"/rpool/caches/taskchampion mnt/caches/taskchampion none bind,optional,create=dir",
|
||||
"/rpool/caches/zigbee2mqtt mnt/caches/zigbee2mqtt none bind,optional,create=dir",
|
||||
"/rpool/shared/zigbee2mqtt mnt/shared/zigbee2mqtt none bind,optional,create=dir",
|
||||
"/rpool/shared/taskchampion mnt/shared/taskchampion none bind,optional,create=dir",
|
||||
"/rpool/shared/hass mnt/shared/hass none bind,optional,create=dir",
|
||||
"/rpool/shared/grocy mnt/shared/grocy none bind,optional,create=dir",
|
||||
"/rpool/shared/barcodebuddy mnt/shared/barcodebuddy none bind,optional,create=dir",
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ in {
|
|||
nixos.zigbee2mqtt
|
||||
nixos.grocy
|
||||
nixos.barcodebuddy
|
||||
nixos.taskchampion
|
||||
./cloudflared.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue