Clean up lib/mk_*

This commit is contained in:
Andreas Zweili 2024-04-22 20:51:55 +02:00
parent 9f217f028e
commit 424899042e
2 changed files with 2 additions and 8 deletions

View File

@ -42,13 +42,10 @@ inputs.nixpkgs.lib.nixosSystem {
modules = ([
# System configuration for this host
(import "${inputs.self}/systems/${hostname}" { inherit hostname; })
# Common configuration
"${inputs.self}/modules"
{ az-username = username; }
{
az-username = username;
home-manager.users.${username}.imports = [
"${inputs.self}/home-manager/profiles/${home-module}.nix"
];

View File

@ -49,13 +49,10 @@ inputs.nixpkgs.lib.nixosSystem {
modules = ([
# System configuration for this host
(import "${inputs.self}/systems/${hostname}" { inherit hostname; })
# Common configuration
"${inputs.self}/modules"
{ az-username = username; }
{
az-username = username;
home-manager.users.${username}.imports = [
"${inputs.self}/home-manager/profiles/${home-module}.nix"
];