diff options
| author | Fuwn <[email protected]> | 2024-11-01 23:56:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-01 23:56:30 -0700 |
| commit | 4005c182d1ad406d176f236f89596e3544cb54a2 (patch) | |
| tree | 497f11830a46c1f4b7e69b3c8cb3450fecb32e06 /hosts/kansai/configuration.nix | |
| parent | kansai: plex mount module, extra kioku mount options (diff) | |
| download | nixos-config-4005c182d1ad406d176f236f89596e3544cb54a2.tar.xz nixos-config-4005c182d1ad406d176f236f89596e3544cb54a2.zip | |
options: rename kioku mount option to usb
Diffstat (limited to 'hosts/kansai/configuration.nix')
| -rw-r--r-- | hosts/kansai/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix index 2aefa15..dc36fce 100644 --- a/hosts/kansai/configuration.nix +++ b/hosts/kansai/configuration.nix @@ -14,7 +14,7 @@ mosh.enable = true; nix.extendedSupport = true; - mounts.kioku = { + mounts.usb = { enable = true; name = "kioku"; device = "/dev/disk/by-uuid/67BF-FE53"; |