mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
flake: adds fragile host
This commit is contained in:
parent
1c3f2d5e02
commit
38b41c3155
1 changed files with 11 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -225,6 +225,17 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
fragile = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/fragile)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "fragile";
|
||||
system = "aarch64-linux";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue