chore
This commit is contained in:
parent
84f162046c
commit
a69be53b4f
3 changed files with 0 additions and 0 deletions
21
module/aspect/desktop/desktop-networking.nix
Normal file
21
module/aspect/desktop/desktop-networking.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
den.aspects = {
|
||||
desktop = {
|
||||
nixos =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
systemd = {
|
||||
services.NetworkManager-wait-online.enable = false;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.networkmanagerapplet
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue