nixos/hosts/vm/peertube-runner-1/default.nix

25 lines
361 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./peertube-runner.nix
];
networking.hostName = "peertube-runner-1";
boot.loader.grub.devices = [ "/dev/sda" ];
crans = {
enable = true;
networking = {
id = "152";
srvNat.enable = true;
};
resticClient.enable = false;
};
system.stateVersion = "25.05";
}