From 97eec64e5b301c9b25a31289ef909df2f2eb11e5 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 19 Apr 2026 14:22:05 +0200 Subject: added sunshine and tailscale --- hosts/thinkpad/boot.key | Bin 4734 -> 0 bytes hosts/thinkpad/configuration.nix | 2 ++ 2 files changed, 2 insertions(+) delete mode 100644 hosts/thinkpad/boot.key (limited to 'hosts/thinkpad') diff --git a/hosts/thinkpad/boot.key b/hosts/thinkpad/boot.key deleted file mode 100644 index 6675c92..0000000 Binary files a/hosts/thinkpad/boot.key and /dev/null differ diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index b08d7ba..728f5a9 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -53,6 +53,7 @@ }; ssh.enable = true; storage.enable = true; + tailscale.enable = true; users.enable = true; }; srv = { @@ -76,6 +77,7 @@ games.enable = true; steam.enable = true; }; + moonlight.enable = true; virtualization.kvm.enable = true; kdeconnect.enable = true; nix-helper.enable = true; -- cgit v1.3