mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
ac38fa15e8
6 changed files with 125 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -140,6 +140,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