nix-infra/config/hosts/audio/configuration.nix

11 lines
123 B
Nix

{ pkgs, ... }:
{
networking = {
hostName = "audio";
};
sound.enable = true;
system.stateVersion = "23.05";
}