bcachefs 1.37.4
This commit is contained in:
@@ -8,7 +8,8 @@ let
|
|||||||
cfg = config.${namespace}.services.caddy;
|
cfg = config.${namespace}.services.caddy;
|
||||||
|
|
||||||
caddySecret = {
|
caddySecret = {
|
||||||
inherit (config.users.users.caddy) name group;
|
owner = config.users.users.caddy.name;
|
||||||
|
group = config.users.users.caddy.group;
|
||||||
sopsFile = lib.snowfall.fs.get-file "secrets/nas-secrets.yaml";
|
sopsFile = lib.snowfall.fs.get-file "secrets/nas-secrets.yaml";
|
||||||
restartUnits = [ "caddy.service" ];
|
restartUnits = [ "caddy.service" ];
|
||||||
};
|
};
|
||||||
@@ -33,7 +34,8 @@ in
|
|||||||
CLOUDFLARE_API_KEY=${config.sops.placeholder."jallen-nas/traefik/cloudflare-api-key"}
|
CLOUDFLARE_API_KEY=${config.sops.placeholder."jallen-nas/traefik/cloudflare-api-key"}
|
||||||
CLOUDFLARE_EMAIL=${config.sops.placeholder."jallen-nas/traefik/cloudflare-email"}
|
CLOUDFLARE_EMAIL=${config.sops.placeholder."jallen-nas/traefik/cloudflare-email"}
|
||||||
'';
|
'';
|
||||||
inherit (config.users.users.caddy) name group;
|
owner = config.users.users.caddy.name;
|
||||||
|
group = config.users.users.caddy.group;
|
||||||
restartUnits = [ "caddy.service" ];
|
restartUnits = [ "caddy.service" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,12 +4,11 @@
|
|||||||
"bcachefs-tools": {
|
"bcachefs-tools": {
|
||||||
"fetcher": "git",
|
"fetcher": "git",
|
||||||
"url": "https://github.com/koverstreet/bcachefs-tools",
|
"url": "https://github.com/koverstreet/bcachefs-tools",
|
||||||
"rev": "v1.37.2",
|
"rev": "v1.37.4",
|
||||||
"hash": "sha256-q0/WRO52KZr/7ogZ+xb3UxpBB3Y63Ti1mwkDwypP2iw=",
|
"hash": "sha256-VlljE+xoKg6GryVuebUA1v9x2shMBUb7veCtD68MBJw="
|
||||||
"cargoHash": "sha256-UqpznSuuSXCzoNovOrLhWcuiOtkyY9iM2Uu0g9J7ZZE="
|
|
||||||
},
|
},
|
||||||
"cargoDeps": {
|
"cargoDeps": {
|
||||||
"hash": "sha256-UqpznSuuSXCzoNovOrLhWcuiOtkyY9iM2Uu0g9J7ZZE="
|
"hash": "sha256-t6ghsIRJFR2Kqism4tdizhnJ8qcE2ZZwH6c3nYogHlo="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user