prepare for server config

This commit is contained in:
twoneis 2025-02-06 17:27:03 +01:00
parent d745c36a31
commit 78241b550d
12 changed files with 26 additions and 27 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }: let
{ config, lib, pkgs, ... }: let
inherit (config) conf;
in{
inherit (lib) mkIf;
in mkIf conf.networkmanager.enable {
home-manager.users.${conf.username}.home.packages = [ pkgs.networkmanagerapplet ];
networking = {
networkmanager = {