Add stub ntfy conf files

This commit is contained in:
Vili Sinervä 2024-09-06 20:10:45 +03:00
parent bfcc54259a
commit 5026589edc
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 13 additions and 0 deletions

12
machine-confs/ntfy.nix Normal file
View file

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

1
services/ntfy.nix Normal file
View file

@ -0,0 +1 @@
{ config, pkgs, ... }: { }