add network config

This commit is contained in:
jopejoe1 2024-04-26 11:48:07 +02:00
parent ce6ee2d241
commit 2e38451ba7
3 changed files with 69 additions and 44 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, config, user, home }:
{
pkgs,
config,
user,
home,
}:
{
home = {
username = user.name;