add machine: grymforge

This commit is contained in:
gwg313 2026-04-20 15:02:46 -04:00
parent b9bf16ba55
commit 28e9fba686
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
4 changed files with 114 additions and 0 deletions

View file

@ -17,5 +17,12 @@
roles = [ "workstation" ];
extraModules = [ ];
};
homes.grymforge = {
system = "x86_64-linux";
stateVersion = "25.11";
roles = [ "workstation" ];
extraModules = [ ];
};
};
}