add network config
This commit is contained in:
parent
ce6ee2d241
commit
2e38451ba7
3 changed files with 69 additions and 44 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, config, user, home }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
user,
|
||||
home,
|
||||
}:
|
||||
{
|
||||
home = {
|
||||
username = user.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue