summaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/shared.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/shared.nix b/nixos/modules/shared.nix
index c9e9393..e243261 100644
--- a/nixos/modules/shared.nix
+++ b/nixos/modules/shared.nix
@@ -10,11 +10,12 @@
devices = {
"box" = { id = "2M2B2UF-QRHLUFR-SFDCSFC-LU2V4BR-UAWA24J-7SNNFOK-H5WDAIV-X4AT3QY"; };
"bed" = { id = "HYGBY4A-MQBNOTJ-HDMRQ7K-YQZK3UC-UD2KEDH-TNTZMXE-67DWKQV-UTMFOA6"; };
+ "bin" = { id = "Y2BR3CK-RUTKTKN-CNOB7J6-ZQENCK7-OQVFVWL-C3OMTNK-FXWXUPZ-H4TWPAX"; };
};
folders = {
"shared" = {
path = "/home/cat/shared";
- devices = [ "box" "bed" ];
+ devices = [ "box" "bed" "bin" ];
};
};
};