Begin rewrite

This commit is contained in:
caem 2025-01-08 02:06:46 +01:00
parent fb5d4d46f8
commit bc6d1e6984
Signed by: caem
GPG key ID: 69A830D03203405F
97 changed files with 328 additions and 3101 deletions

View file

@ -2,9 +2,9 @@
{
mkHosts = {
modules,
nixpkgs,
inputs,
modules,
}: builtins.listToAttrs (builtins.map (host: {
name = host;
value = nixpkgs.lib.nixosSystem {