diff 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"; |