chore(gengetsu): common nixos.hw.c4130

This commit is contained in:
arcnmx 2024-11-24 13:51:35 -08:00
parent 64efbaf503
commit 3c5e7179bb
18 changed files with 217 additions and 132 deletions

View file

@ -7,6 +7,7 @@
inherit (meta) nixos;
in [
nixos.hw.c4130
nixos.netboot.kyuuto
];
fileSystems = {

View file

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