feat(mugetsu): nf-generate

This commit is contained in:
arcnmx 2024-11-20 10:37:13 -08:00
parent ff0c00384d
commit de12febf68
12 changed files with 229 additions and 1 deletions

14
systems/mugetsu/nixos.nix Normal file
View file

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