mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
feat: adds april host
This commit is contained in:
parent
64e80b7f72
commit
b7d9320a6e
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -173,6 +173,16 @@
|
||||||
inherit self inputs username;
|
inherit self inputs username;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
april = nixpkgs.lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
(import ./hosts/april)
|
||||||
|
];
|
||||||
|
specialArgs = {
|
||||||
|
host = "april";
|
||||||
|
inherit self inputs username;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue