mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
~
This commit is contained in:
parent
bb5b9aa09e
commit
c776596f61
1 changed files with 4 additions and 3 deletions
|
@ -65,9 +65,10 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "near";
|
hostName = "near";
|
||||||
firewall.allowedTCPPorts = [ 22 ];
|
firewall.allowedTCPPorts = [ 22 ];
|
||||||
networkmanager = {
|
#! TODO: webkitgtk seems to be a cache miss (alongside SDL and openal) which makes this take FOREVER to build
|
||||||
enable = true;
|
# networkmanager = {
|
||||||
};
|
# enable = true;
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ git ];
|
environment.systemPackages = with pkgs; [ git ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue