diff options
Diffstat (limited to 'hosts/kansai')
| -rw-r--r-- | hosts/kansai/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix index 9a306c5..b2c40db 100644 --- a/hosts/kansai/configuration.nix +++ b/hosts/kansai/configuration.nix @@ -13,6 +13,7 @@ primaryUser = "ebisu"; mosh.enable = true; nix.extendedSupport = true; + mounts.kioku.enable = true; }; networking.hostName = "kansai"; |