Update common.nix

This commit is contained in:
ediblerope 2025-12-25 11:17:01 +00:00 committed by GitHub
parent c35b4cbb39
commit 7c942aa490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,9 +19,6 @@ boot.kernelPackages = pkgs.linuxPackages_latest;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Services
services.flatpak.enable = true;
# Enable network-manager
networking.networkmanager.enable = true;
systemd.services.NetworkManager-wait-online.enable = false;