infrastructure/systems/mugetsu/nixos.nix
2024-11-20 14:14:06 -08:00

14 lines
175 B
Nix

{
meta,
...
}: {
imports = let
inherit (meta) nixos;
in [
./hardware-configuration.nix
#nixos.sops
nixos.base
];
system.stateVersion = "24.11";
}