diff --git a/machines/fuuko/configuration.nix b/machines/fuuko/configuration.nix index 0b0d78f..935817e 100644 --- a/machines/fuuko/configuration.nix +++ b/machines/fuuko/configuration.nix @@ -43,6 +43,8 @@ services.syncthing.enable = true; + services.udisks2.enable = true; # does not have gui, but often deals with removable storage + networking.hostName = "fuuko"; system.stateVersion = "20.09";