Add home01 host
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
Oliver Davies 2025-11-21 16:19:38 +00:00
parent c0e7189efe
commit 19edb2b4c0
3 changed files with 122 additions and 0 deletions

View file

@ -47,6 +47,11 @@
in
{
nixosConfigurations = {
home01 = mkHost {
hostname = "home01";
stateVersion = "25.05";
};
home02 = mkHost {
hostname = "home02";
stateVersion = "25.05";