ops/nixos/totoro: add oven-media-engine
This commit is contained in:
parent
218815e877
commit
d629c95212
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ in {
|
||||||
nix.maxJobs = lib.mkDefault 8;
|
nix.maxJobs = lib.mkDefault 8;
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
|
|
||||||
|
# Extra packages.
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
oven-media-engine
|
||||||
|
];
|
||||||
|
|
||||||
# Networking!
|
# Networking!
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "totoro"; # Define your hostname.
|
hostName = "totoro"; # Define your hostname.
|
||||||
|
|
Loading…
Reference in a new issue