mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: further fixups
This commit is contained in:
parent
97a26b38ba
commit
1ca6189cfd
10 changed files with 46 additions and 30 deletions
|
|
@ -1,5 +1,7 @@
|
|||
_: {
|
||||
networking.nftables.enable = true;
|
||||
|
||||
{ machine, ... }: {
|
||||
networking = {
|
||||
hostName = machine;
|
||||
nftables.enable = true;
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue