mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: updated magic values
This commit is contained in:
parent
36b3b2cff4
commit
cbb7128218
8 changed files with 60 additions and 62 deletions
|
@ -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}"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue