mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
860f8d6113
commit
94ef71450e
3 changed files with 180 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue