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