mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +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.${username} = {
|
||||
|
Reference in New Issue
Block a user