infrastructure/systems/mugetsu/nixos.nix
2024-11-21 16:25:42 -08:00

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";
}