mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds iris
This commit is contained in:
parent
8818d78bae
commit
e7e637b2f6
6 changed files with 125 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -138,6 +138,16 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
iris = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/iris)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "iris";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue