diff options
| author | Mel <mel@rnrd.eu> | 2025-09-07 21:50:07 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-09-07 21:56:30 +0200 |
| commit | 80a80465b86c8619254c5214dfd3803ae6089df6 (patch) | |
| tree | 38e8ab6cecbee5c4ac5fbb4230ef65784180fbf5 /machines | |
| parent | a697cd0feb6c3facedb0a3b29f0f84638509760d (diff) | |
| download | minerals-80a80465b86c8619254c5214dfd3803ae6089df6.tar.zst minerals-80a80465b86c8619254c5214dfd3803ae6089df6.zip | |
Add Two drive to bismuth
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/bismuth/devices.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/machines/bismuth/devices.nix b/machines/bismuth/devices.nix index 6aa4122..64a5809 100644 --- a/machines/bismuth/devices.nix +++ b/machines/bismuth/devices.nix @@ -60,6 +60,19 @@ "uid=1000" ]; }; + + "/run/media/mel/Two" = { + device = "/dev/disk/by-label/Two"; + fsType = "ntfs-3g"; + options = [ + "defaults" + "users" + "nofail" + "exec" + "rw" + "uid=1000" + ]; + }; }; # printing |
