Disable firewall
This commit is contained in:
parent
75c76ef032
commit
9ed9e10931
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@
|
||||||
./printing.nix
|
./printing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "marauder";
|
networking = {
|
||||||
|
hostName = "marauder";
|
||||||
|
firewall.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue