remove network manager from server and desktop and only enable it on laptop
This commit is contained in:
@@ -55,6 +55,4 @@
|
|||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ lib, config, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf mkOption types;
|
inherit (lib) mkIf mkOption types;
|
||||||
in
|
in
|
||||||
@@ -49,5 +49,7 @@ in
|
|||||||
wireshark.enable = true;
|
wireshark.enable = true;
|
||||||
bitwarden.enable = true;
|
bitwarden.enable = true;
|
||||||
};
|
};
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [ networkmanagerapplet ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ in
|
|||||||
loupe
|
loupe
|
||||||
gimp3
|
gimp3
|
||||||
audacity
|
audacity
|
||||||
networkmanagerapplet
|
|
||||||
gparted
|
gparted
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
vlc
|
vlc
|
||||||
|
|||||||
Reference in New Issue
Block a user