Now Emacs works on the Macbook
This commit is contained in:
parent
b4d239d34b
commit
3f39ace857
9 changed files with 158 additions and 127 deletions
7
profiles/chromecast/default.nix
Normal file
7
profiles/chromecast/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
config = {
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -I INPUT -p udp -m udp --dport 32768:60999 -j ACCEPT
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue