Add tailscale

This commit is contained in:
2022-04-07 03:30:34 +01:00
parent 65870c7918
commit 5f658a3efa

View File

@@ -32,12 +32,6 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
# Enable sound.
services.pipewire = {
enable = true;
pulse.enable = true;
};
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
@@ -79,10 +73,21 @@
}; };
}; };
# Enable the OpenSSH daemon. services = {
services.openssh.enable = true;
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 # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions