Reorganize user configuration

This commit is contained in:
SebastianStork 2024-07-21 01:47:42 +02:00
parent 99fee4fddf
commit 14a285ce03
7 changed files with 61 additions and 52 deletions

View file

@ -16,9 +16,9 @@ in
inherit inputs self;
};
modules = [
{ networking.hostName = name; }
"${self}/hosts/${name}"
"${self}/users/seb/@${name}"
{ networking.hostName = name; }
];
}
);