added nuc

This commit is contained in:
Rouven Seifert 2023-01-23 17:30:09 +01:00
parent 9346f157b7
commit c0767193c9
7 changed files with 127 additions and 1 deletions

View file

@ -37,6 +37,14 @@
}
];
};
nuc = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs.inputs = attrs;
modules = [
./hosts/nuc
sops-nix.nixosModules.sops
];
};
};
};
}