This commit is contained in:
Shelvacu
2025-08-09 17:07:13 -07:00
committed by Shelvacu on fw
parent 1e82e52a6c
commit 8f1dfd462d
3 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
openterface-qt
intiface-central
osu-lazer
mumble
'';
services.power-profiles-daemon.enable = true;

View File

@@ -16,6 +16,7 @@
./dav-experiment.nix
./caddy.nix
./garage.nix
./murmur.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.memtest86.enable = true;

10
prophecy/murmur.nix Normal file
View File

@@ -0,0 +1,10 @@
{
...
}:
{
services.murmur = {
enable = true;
openFirewall = true;
bonjour = true;
};
}