remove network manager from server and desktop and only enable it on laptop
Some checks failed
nixos config pipeline / show-flake (push) Successful in 31s
nixos config pipeline / deploy (push) Failing after 35s

This commit is contained in:
smayzy 2025-08-27 14:35:27 +02:00
parent b6a4563d95
commit 65ffb35fd0
3 changed files with 3 additions and 4 deletions

View File

@ -55,6 +55,4 @@
"nix-command"
"flakes"
];
networking.networkmanager.enable = true;
}

View File

@ -1,4 +1,4 @@
{ lib, config, ... }:
{ lib, pkgs, config, ... }:
let
inherit (lib) mkIf mkOption types;
in
@ -49,5 +49,7 @@ in
wireshark.enable = true;
bitwarden.enable = true;
};
networking.networkmanager.enable = true;
environment.systemPackages = with pkgs; [ networkmanagerapplet ];
};
}

View File

@ -21,7 +21,6 @@ in
loupe
gimp3
audacity
networkmanagerapplet
gparted
gnome-disk-utility
vlc