feat: updated magic values

This commit is contained in:
Nick 2024-10-09 23:26:43 -05:00
parent 36b3b2cff4
commit cbb7128218
8 changed files with 60 additions and 62 deletions

View file

@ -5,7 +5,7 @@
}: let
inherit (flake.config.people) user2;
inherit (flake.config.system.device) fallaryn nas;
secrets0 = config.sops.secrets."network/fallaryn".path;
synologySecrets = config.sops.secrets."network/fallaryn".path;
in {
imports = [];
@ -24,7 +24,7 @@ in {
value = {
device = nas.${folder}.device;
fsType = "cifs";
options = nas.${folder}.options ++ ["credentials=${secrets0}"];
options = nas.${folder}.options ++ ["credentials=${synologySecrets}"];
};
};