diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-28 23:57:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-28 23:57:36 +0200 |
| commit | 06c69fc5a450353892970e50dfaddc34062d6911 (patch) | |
| tree | ba4d0636e30d7034ed75f48db35675fef34071d9 /nixos/modules | |
| parent | 9fbf4590e103d39e6b18517308666c3fa1b44890 (diff) | |
Update shared.nix
Diffstat (limited to 'nixos/modules')
| -rw-r--r-- | nixos/modules/shared.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/shared.nix b/nixos/modules/shared.nix index abbd78a..c9e9393 100644 --- a/nixos/modules/shared.nix +++ b/nixos/modules/shared.nix @@ -12,7 +12,7 @@ "bed" = { id = "HYGBY4A-MQBNOTJ-HDMRQ7K-YQZK3UC-UD2KEDH-TNTZMXE-67DWKQV-UTMFOA6"; }; }; folders = { - "air" = { + "shared" = { path = "/home/cat/shared"; devices = [ "box" "bed" ]; }; |
