ci: fix networking definition

This commit is contained in:
Aaron Bieber 2023-10-22 09:14:06 -06:00
parent 128fad930d
commit 5f609d60d9
No known key found for this signature in database

View File

@ -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" ];