diff options
| author | Fuwn <[email protected]> | 2024-11-01 23:34:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-01 23:34:05 -0700 |
| commit | d0ed99c3bb411c7c6ef274f2d4822e5800cf3d6e (patch) | |
| tree | 95e45c0edfb26935aa9a1a475c25e6f0557f2d89 /hosts/kansai/configuration.nix | |
| parent | lock: all but hyprwm (diff) | |
| download | nixos-config-d0ed99c3bb411c7c6ef274f2d4822e5800cf3d6e.tar.xz nixos-config-d0ed99c3bb411c7c6ef274f2d4822e5800cf3d6e.zip | |
hosts: kioku mount options
Diffstat (limited to 'hosts/kansai/configuration.nix')
| -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"; |