mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
Trying to add new machine
This commit is contained in:
parent
5889cfdbdb
commit
d05b910886
4 changed files with 55 additions and 3 deletions
|
@ -9,9 +9,9 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
mkMachine = host: host-config: modules: nixpkgs.lib.nixosSystem {
|
||||
mkMachine = {host, host-config, modules, system ? "x86_64-linux"}: nixpkgs.lib.nixosSystem {
|
||||
lib = final;
|
||||
system = "x86_64-linux";
|
||||
system = system;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue