diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-24 19:17:56 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-24 19:17:56 +0300 |
commit | 84ce2ad9126ad41958dc2e7492d989c7c63acf08 (patch) | |
tree | daaa7b5a88b26c882b225523e01be27275096aee /profiles | |
parent | 6197695dfb24f1ae3269359fb9e189b24fdd86a3 (diff) |
uhhh work a bit on firefox and add yank to mpv
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/network.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/network.nix b/profiles/network.nix index 1fe645b..5196f0b 100644 --- a/profiles/network.nix +++ b/profiles/network.nix @@ -15,7 +15,8 @@ allowedTCPPorts = []; checkReversePath = "loose"; }; - networkmanager.enable = true; + # kill yourself + # networkmanager.enable = true; nameservers = ["127.0.0.1" "::1"]; extraHosts = '' 100.99.246.128 pc @@ -30,7 +31,7 @@ # https://old.reddit.com/r/NixOS/comments/vdz86j/how_to_remove_boot_dependency_on_network_for_a systemd = { targets.network-online.wantedBy = pkgs.lib.mkForce []; # Normally ["multi-user.target"] - services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce []; # Normally ["network-online.target"] + # services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce []; # Normally ["network-online.target"] services.systemd-networkd-wait-online.wantedBy = pkgs.lib.mkForce []; }; |