mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
add tailscale
This commit is contained in:
6
home/programs/tailscale/default.nix
Normal file
6
home/programs/tailscale/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ tailscale tailscale-systray ];
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once =
|
||||
[ "${pkgs.tailscale-systray}/bin/tailscale-systray" ];
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
../../nixos/users.nix
|
||||
../../nixos/utils.nix
|
||||
# ../../nixos/docker.nix
|
||||
../../nixos/tailscale.nix
|
||||
|
||||
# You should let those lines as is
|
||||
./hardware-configuration.nix
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
../../home/programs/zen
|
||||
../../home/programs/duckduckgo-colorscheme
|
||||
../../home/programs/discord
|
||||
../../home/programs/tailscale
|
||||
|
||||
# Scripts
|
||||
../../home/scripts # All scripts
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
../../nixos/users.nix
|
||||
../../nixos/utils.nix
|
||||
../../nixos/docker.nix
|
||||
../../nixos/tailscale.nix
|
||||
|
||||
../../server-modules/ssh.nix
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
pfetch
|
||||
btop
|
||||
fastfetch
|
||||
tailscale
|
||||
];
|
||||
|
||||
# Don't touch this
|
||||
|
||||
1
nixos/tailscale.nix
Normal file
1
nixos/tailscale.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ services.tailscale = { enable = true; }; }
|
||||
Reference in New Issue
Block a user