port hopper back (partially)

This commit is contained in:
xunuwu 2024-11-10 13:47:58 +01:00
parent 1352f012bb
commit 9e955a6386
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
10 changed files with 560 additions and 68 deletions

View file

@ -69,7 +69,12 @@ in {
secrets.default
secrets.nixdesk.default
core.default
core.security
core.users
core.ssh
core.locale
nix.default
programs.zsh
core.tools
core.compat
core.boot
@ -142,14 +147,22 @@ in {
secrets.default
secrets.hopper.default
core.default
core.security
core.locale
core.tools
core.ssh
nix.default # TODO slim this down
network.tailscale
network.avahi
network.networkd
network.tailscale
services.syncthing
#network.avahi
#network.networkd
#network.tailscale
#services.syncthing
])
];
};