mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: distributed builder work
This commit is contained in:
parent
08fbb97b5a
commit
b01c6222f8
7 changed files with 63 additions and 79 deletions
|
|
@ -1,7 +1,4 @@
|
|||
{ machine, ... }: {
|
||||
networking = {
|
||||
hostName = machine;
|
||||
nftables.enable = true;
|
||||
};
|
||||
_: {
|
||||
networking.nftables.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue