Skip to content

Commit

Permalink
Add new NAS share for Container and reorder existing shares in defaul…
Browse files Browse the repository at this point in the history
…t.nix
  • Loading branch information
yousiki committed Jan 21, 2025
1 parent 54a45db commit 0ebab29
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions systems/x86_64-linux/hakase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
device = "//nas-yyp-v4.siki.moe/share";
credentials = config.sops.secrets."nas-yyp-credentials.env".path;
};
"/mnt/satoshi/Container" = {
device = "//satoshi.siki.moe/Container";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
};
"/mnt/satoshi/Documents" = {
device = "//satoshi.siki.moe/Documents";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
Expand All @@ -120,14 +124,14 @@
device = "//satoshi.siki.moe/Downloads";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
};
"/mnt/satoshi/Photos" = {
device = "//satoshi.siki.moe/Photos";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
};
"/mnt/satoshi/Music" = {
device = "//satoshi.siki.moe/Music";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
};
"/mnt/satoshi/Photos" = {
device = "//satoshi.siki.moe/Photos";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
};
"/mnt/satoshi/Videos" = {
device = "//satoshi.siki.moe/Videos";
credentials = config.sops.secrets."nas-satoshi-credentials.env".path;
Expand Down

0 comments on commit 0ebab29

Please sign in to comment.