machines/party: init
This commit is contained in:
parent
a55eb9ba33
commit
c953b128b7
3 changed files with 82 additions and 0 deletions
|
|
@ -13,4 +13,11 @@ in
|
|||
"${inputs.nixpkgs-asterisk}/nixos/modules/services/networking/asterisk.nix"
|
||||
];
|
||||
};
|
||||
party = {
|
||||
system = "x86_64-linux";
|
||||
extraModules = [
|
||||
hardware.common-cpu-intel
|
||||
hardware.common-pc-ssd
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue