Add stub ntfy conf files
This commit is contained in:
parent
bfcc54259a
commit
5026589edc
2 changed files with 13 additions and 0 deletions
12
machine-confs/ntfy.nix
Normal file
12
machine-confs/ntfy.nix
Normal 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
1
services/ntfy.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ config, pkgs, ... }: { }
|
Loading…
Add table
Add a link
Reference in a new issue