bcachefs 1.37.4
This commit is contained in:
@@ -8,7 +8,8 @@ let
|
||||
cfg = config.${namespace}.services.caddy;
|
||||
|
||||
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";
|
||||
restartUnits = [ "caddy.service" ];
|
||||
};
|
||||
@@ -33,7 +34,8 @@ in
|
||||
CLOUDFLARE_API_KEY=${config.sops.placeholder."jallen-nas/traefik/cloudflare-api-key"}
|
||||
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" ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4,12 +4,11 @@
|
||||
"bcachefs-tools": {
|
||||
"fetcher": "git",
|
||||
"url": "https://github.com/koverstreet/bcachefs-tools",
|
||||
"rev": "v1.37.2",
|
||||
"hash": "sha256-q0/WRO52KZr/7ogZ+xb3UxpBB3Y63Ti1mwkDwypP2iw=",
|
||||
"cargoHash": "sha256-UqpznSuuSXCzoNovOrLhWcuiOtkyY9iM2Uu0g9J7ZZE="
|
||||
"rev": "v1.37.4",
|
||||
"hash": "sha256-VlljE+xoKg6GryVuebUA1v9x2shMBUb7veCtD68MBJw="
|
||||
},
|
||||
"cargoDeps": {
|
||||
"hash": "sha256-UqpznSuuSXCzoNovOrLhWcuiOtkyY9iM2Uu0g9J7ZZE="
|
||||
"hash": "sha256-t6ghsIRJFR2Kqism4tdizhnJ8qcE2ZZwH6c3nYogHlo="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user