Update Steam Deck config
This commit is contained in:
parent
4dedb233de
commit
6a3170bad9
11 changed files with 53 additions and 44 deletions
|
|
@ -2,10 +2,7 @@
|
|||
|
||||
let hn = config.networking.hostName; in {
|
||||
networking = {
|
||||
domain = config.constants.domain;
|
||||
firewall = {
|
||||
allowedTCPPorts = with config.constants.port; [ http https ];
|
||||
};
|
||||
firewall.allowedTCPPorts = with config.constants.port; [ http https ];
|
||||
hostId = "2cadb253";
|
||||
nftables.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue