mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
feat: disable firewall
This commit is contained in:
@ -66,7 +66,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "capella";
|
networking = {
|
||||||
|
hostName = "capella";
|
||||||
|
firewall.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users.${username} = {
|
users.${username} = {
|
||||||
|
Reference in New Issue
Block a user