diff --git a/hosts/wano/configuration.nix b/hosts/wano/configuration.nix index 8e83fde..064b9b3 100644 --- a/hosts/wano/configuration.nix +++ b/hosts/wano/configuration.nix @@ -127,7 +127,10 @@ ]; # Custom services - services.tailscale.enable = true; + services = { + tailscale.enable = true; + udisks2.enable = true; + }; programs.bash = { interactiveShellInit = '' diff --git a/hosts/wano/home.nix b/hosts/wano/home.nix index 8fb5be8..b619178 100644 --- a/hosts/wano/home.nix +++ b/hosts/wano/home.nix @@ -89,6 +89,9 @@ pinentry.package = pkgs.pinentry-curses; }; + # USB-connection + udiskie.enable = true; + # Hyprland stuff hyprpaper = { enable = true;