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

This commit is contained in:
Oliver Davies 2025-11-19 18:00:00 +00:00
parent 06e45eeea4
commit 49729903cd
4 changed files with 111 additions and 0 deletions

View file

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