stuff
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
openterface-qt
|
||||
intiface-central
|
||||
osu-lazer
|
||||
mumble
|
||||
'';
|
||||
|
||||
services.power-profiles-daemon.enable = true;
|
||||
|
@@ -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
10
prophecy/murmur.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.murmur = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
bonjour = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user