nixos-conf/machine-confs/ntfy.nix

12 lines
179 B
Nix

{ config, pkgs, ... }:
{
networking.hostName = "ntfy";
imports = [
../base.nix
../services/ntfy.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}