diff options
Diffstat (limited to 'hosts/shared')
| -rw-r--r-- | hosts/shared/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/shared/hardware-configuration.nix b/hosts/shared/hardware-configuration.nix index 7f5bb4f..d749968 100644 --- a/hosts/shared/hardware-configuration.nix +++ b/hosts/shared/hardware-configuration.nix @@ -1,7 +1,7 @@ { config, ... }: let plex = config.modules.mounts.plex; - kioku = config.modules.mounts.kioku; + kioku = config.modules.mounts.usb; in { fileSystems = |