diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 8c0258f..1a23576 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -32,12 +32,6 @@ virtualisation.docker.enable = true; - # Enable sound. - services.pipewire = { - enable = true; - pulse.enable = true; - }; - hardware.opengl.driSupport32Bit = true; hardware.bluetooth.enable = true; @@ -79,10 +73,21 @@ }; }; - # Enable the OpenSSH daemon. - services.openssh.enable = true; + services = { - services.gnome.gnome-keyring.enable = true; + gnome.gnome-keyring.enable = true; + + openssh.enable = true; + + pipewire = { + enable = true; + pulse.enable = true; + }; + + tailscale = { + enable = true; + }; + }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions