add machine: grymforge
This commit is contained in:
parent
b9bf16ba55
commit
28e9fba686
4 changed files with 114 additions and 0 deletions
22
modules/hosts/grymforge.nix
Normal file
22
modules/hosts/grymforge.nix
Normal 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
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue