1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2024-12-31 01:34:13 +00:00
parent 860f8d6113
commit 94ef71450e
3 changed files with 180 additions and 0 deletions

View file

@ -21,6 +21,15 @@
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
nixosConfigurations = {
ioides = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/ioides/configuration.nix
(import ./overlays)
];
};
qemu = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };