chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-10-26 15:22:44 +01:00
commit fc09b860a7
8 changed files with 163 additions and 18 deletions

View file

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