1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-04-03 18:14:15 +00:00
This commit is contained in:
Rae 5e 2025-03-06 07:54:37 -05:00
parent bb5b9aa09e
commit c776596f61
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -65,9 +65,10 @@
networking = {
hostName = "near";
firewall.allowedTCPPorts = [ 22 ];
networkmanager = {
enable = true;
};
#! TODO: webkitgtk seems to be a cache miss (alongside SDL and openal) which makes this take FOREVER to build
# networkmanager = {
# enable = true;
# };
};
environment.systemPackages = with pkgs; [ git ];