From ee8d8fc9a16c57e56b6cf249618887bc1646a9dc Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Tue, 24 Sep 2024 23:46:34 -0400 Subject: [PATCH] configuring --- dotfiles/dot_config/doom | 1 + home/home.nix | 2 +- system/eddie/configuration.nix | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 dotfiles/dot_config/doom diff --git a/dotfiles/dot_config/doom b/dotfiles/dot_config/doom new file mode 160000 index 0000000..5caba93 --- /dev/null +++ b/dotfiles/dot_config/doom @@ -0,0 +1 @@ +Subproject commit 5caba931d66b294d89c145e9a229bdb2b08ba733 diff --git a/home/home.nix b/home/home.nix index b704e59..7a0e5db 100644 --- a/home/home.nix +++ b/home/home.nix @@ -102,7 +102,7 @@ services = { flatpak.enable = true; - tailscale.enable = true; + #tailscale.enable = true; }; xdg.systemDirs.data = [ diff --git a/system/eddie/configuration.nix b/system/eddie/configuration.nix index 8e8a14e..e67b9bd 100644 --- a/system/eddie/configuration.nix +++ b/system/eddie/configuration.nix @@ -127,6 +127,8 @@ # Enable CUPS to print documents. services.printing.enable = true; + services.tailscale.enable = true; + # Enable sound with pipewire. hardware.pulseaudio.enable = false; security.rtkit.enable = true; @@ -180,6 +182,7 @@ home-manager curl git + tailscale rsync ];