viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
bcb7f2dcb0
commit
793b14918a
34 changed files with 1320 additions and 326 deletions
19
viola/services/firewalld.nix
Normal file
19
viola/services/firewalld.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
_: {
|
||||
services = {
|
||||
firewalld = {
|
||||
enable = false;
|
||||
|
||||
zones = {
|
||||
"eno1" = {
|
||||
interfaces = [
|
||||
"ens1"
|
||||
];
|
||||
|
||||
services = [
|
||||
"sunshine"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue