configuring
This commit is contained in:
parent
ff513ecd10
commit
ee8d8fc9a1
3 changed files with 5 additions and 1 deletions
1
dotfiles/dot_config/doom
Submodule
1
dotfiles/dot_config/doom
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5caba931d66b294d89c145e9a229bdb2b08ba733
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
tailscale.enable = true;
|
||||
#tailscale.enable = true;
|
||||
};
|
||||
|
||||
xdg.systemDirs.data = [
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue