summaryrefslogtreecommitdiff
path: root/hosts/kansai/configuration.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-01 23:54:56 -0700
committerFuwn <[email protected]>2024-11-01 23:54:56 -0700
commitb7f007010e6e0eb5501dabb1898f466659cf1ff9 (patch)
treed525741855eeaf8ba2f7201dba422d6e31c7fc4d /hosts/kansai/configuration.nix
parenthosts: kioku mount options (diff)
downloadnixos-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.nix7
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";