netmaker configs go
This commit is contained in:
parent
46075b214a
commit
3c5f9258b8
4 changed files with 45 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
imports = [
|
||||
# where are we ?
|
||||
# ./wollomi.nix
|
||||
./wollomi.nix
|
||||
# ./adrift.nix
|
||||
|
||||
# home manager should exist for users
|
||||
|
@ -113,6 +113,11 @@
|
|||
zsh
|
||||
|
||||
];
|
||||
|
||||
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 51820 ];
|
||||
};
|
||||
|
||||
system.stateVersion = "22.05"; # Did you read the comment?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue