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

@ -0,0 +1,22 @@
{
config.dendritic.hosts.grymforge = {
system = "x86_64-linux";
type = "desktop";
roles = [
"workstation"
];
primaryUser = "gwg313";
primaryUserExtraGroups = [
"wheel"
"networkmanager"
"audio"
];
nixosModules = [
../nixos/hardware/grymforge.nix
../nixos/hosts/candlekeep/ssh.nix
../nixos/hosts/candlekeep/nfs.nix
../nixos/hosts/candlekeep/networking.nix
];
};
}