ci: fix networking definition
This commit is contained in:
parent
128fad930d
commit
5f609d60d9
@ -81,6 +81,7 @@ with lib; {
|
||||
mosh
|
||||
];
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
@ -93,6 +94,7 @@ with lib; {
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
#settings.allowed-users = [ "root" config.xinCI.user "nix-serve" ];
|
||||
|
Loading…
Reference in New Issue
Block a user