feat: adds april host

This commit is contained in:
Ahwx 2025-12-28 02:04:31 +01:00
parent 64e80b7f72
commit b7d9320a6e

View file

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