From 84ce2ad9126ad41958dc2e7492d989c7c63acf08 Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 24 Aug 2023 19:17:56 +0300 Subject: uhhh work a bit on firefox and add yank to mpv --- profiles/network.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'profiles') 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 []; }; -- cgit 1.4.1