parent
c0e7189efe
commit
19edb2b4c0
3 changed files with 122 additions and 0 deletions
|
|
@ -47,6 +47,11 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
home01 = mkHost {
|
||||
hostname = "home01";
|
||||
stateVersion = "25.05";
|
||||
};
|
||||
|
||||
home02 = mkHost {
|
||||
hostname = "home02";
|
||||
stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue