Skip to content

Commit

Permalink
Update hakase
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jan 20, 2025
1 parent 6ff6f4a commit ddea1ad
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions systems/x86_64-linux/hakase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,42 @@
device = "/dev/disk/by-uuid/5764-78C1";
fsType = "vfat";
};
"/share/Container" = {
device = "192.168.31.34:/share/Container";
fsType = "nfs";
};
"/share/Documents" = {
device = "192.168.31.34:/share/Documents";
fsType = "nfs";
};
"/share/Downloads" = {
device = "192.168.31.34:/share/Downloads";
fsType = "nfs";
};
"/share/Music" = {
device = "192.168.31.34:/share/Music";
fsType = "nfs";
};
"/share/Photos" = {
device = "192.168.31.34:/share/Photos";
fsType = "nfs";
};
"/share/Private" = {
device = "192.168.31.34:/share/Private";
fsType = "nfs";
};
"/share/Temporary" = {
device = "192.168.31.34:/share/Temporary";
fsType = "nfs";
};
"/share/Videos" = {
device = "192.168.31.34:/share/Videos";
fsType = "nfs";
};
"/share/Zotero" = {
device = "192.168.31.34:/share/Zotero";
fsType = "nfs";
};
};

swapDevices = [
Expand Down Expand Up @@ -112,10 +148,6 @@
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 Down

0 comments on commit ddea1ad

Please sign in to comment.