chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-09-09 08:14:35 +02:00
commit ac38fa15e8
6 changed files with 125 additions and 0 deletions

View file

@ -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;
};
};
};
};
}