port hopper back (partially)
This commit is contained in:
parent
1352f012bb
commit
9e955a6386
10 changed files with 560 additions and 68 deletions
|
@ -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
|
||||
])
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue