configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-24 23:46:34 -04:00
parent ff513ecd10
commit ee8d8fc9a1
3 changed files with 5 additions and 1 deletions

@ -0,0 +1 @@
Subproject commit 5caba931d66b294d89c145e9a229bdb2b08ba733

View file

@ -102,7 +102,7 @@
services = { services = {
flatpak.enable = true; flatpak.enable = true;
tailscale.enable = true; #tailscale.enable = true;
}; };
xdg.systemDirs.data = [ xdg.systemDirs.data = [

View file

@ -127,6 +127,8 @@
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
services.tailscale.enable = true;
# Enable sound with pipewire. # Enable sound with pipewire.
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
@ -180,6 +182,7 @@
home-manager home-manager
curl curl
git git
tailscale
rsync rsync
]; ];