diff options
| author | Fuwn <[email protected]> | 2024-11-01 23:54:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-01 23:54:56 -0700 |
| commit | b7f007010e6e0eb5501dabb1898f466659cf1ff9 (patch) | |
| tree | d525741855eeaf8ba2f7201dba422d6e31c7fc4d /hosts/kansai/configuration.nix | |
| parent | hosts: kioku mount options (diff) | |
| download | nixos-config-b7f007010e6e0eb5501dabb1898f466659cf1ff9.tar.xz nixos-config-b7f007010e6e0eb5501dabb1898f466659cf1ff9.zip | |
kansai: plex mount module, extra kioku mount options
Diffstat (limited to 'hosts/kansai/configuration.nix')
| -rw-r--r-- | hosts/kansai/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix index b2c40db..2aefa15 100644 --- a/hosts/kansai/configuration.nix +++ b/hosts/kansai/configuration.nix @@ -13,7 +13,12 @@ primaryUser = "ebisu"; mosh.enable = true; nix.extendedSupport = true; - mounts.kioku.enable = true; + + mounts.kioku = { + enable = true; + name = "kioku"; + device = "/dev/disk/by-uuid/67BF-FE53"; + }; }; networking.hostName = "kansai"; |