even the best developers make typos, or so i've been told.

This commit is contained in:
root 2025-11-09 23:34:06 +00:00
parent b9c6c1da6a
commit f418e5ec19
11 changed files with 16 additions and 15 deletions

View file

@ -30,6 +30,7 @@
distrust-mini = lib.nixosSystem {
system = "x86_64-linux";
modules = [./system/distrust-mini ./services/distrust-mini ./helpers/services.nix { networking.hostName = "distrust-mini"; }];
};
};
};
}