feat: adds imilia

This commit is contained in:
Ahwx 2025-10-26 01:05:28 +02:00
parent f94b2594e5
commit 305334d8ab

View file

@ -159,6 +159,16 @@
inherit self inputs username; inherit self inputs username;
}; };
}; };
imilia = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
(import ./hosts/imilia)
];
specialArgs = {
host = "imilia";
inherit self inputs username;
};
};
}; };
}; };
} }