fix: enable tailscale module on 'astyanax' host

This commit is contained in:
2026-04-12 12:00:15 +02:00
parent ae63c4737a
commit 75ee011369

View File

@@ -38,6 +38,9 @@ in
../../modules/docker ../../modules/docker
../../modules/nfc ../../modules/nfc
../../modules/firewall ../../modules/firewall
../../modules/tailscale
../../modules/taskwarrior
../../modules/yubikey
]; ];
home-manager.users.${config.host.username} = import ../../home/hosts/astyanax { home-manager.users.${config.host.username} = import ../../home/hosts/astyanax {
@@ -56,6 +59,8 @@ in
inherit (config.host) username; inherit (config.host) username;
nixSigningKey.enable = true; nixSigningKey.enable = true;
}; };
tailscale.enable = true;
docker.user = config.host.username; docker.user = config.host.username;
nfc.user = config.host.username; nfc.user = config.host.username;
desktop.ly.enable = true; desktop.ly.enable = true;