mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
15 lines
200 B
Nix
15 lines
200 B
Nix
{
|
|
meta,
|
|
...
|
|
}: {
|
|
imports = let
|
|
inherit (meta) nixos;
|
|
in [
|
|
./hardware-configuration.nix
|
|
#nixos.sops
|
|
nixos.base
|
|
nixos.netboot.kyuuto
|
|
];
|
|
|
|
system.stateVersion = "24.11";
|
|
}
|