mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
e30250fd23
commit
fea9f7203e
5 changed files with 8 additions and 7 deletions
|
@ -30,7 +30,7 @@
|
|||
name = hostname;
|
||||
value = lib.nixosSystem {
|
||||
system = "${arch}-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
specialArgs = { inherit inputs; hostname = hostname; };
|
||||
modules = [ ./hosts/${hostname}/configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue