desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
16
systems/aarch64-linux/pi5/services.nix
Normal file
16
systems/aarch64-linux/pi5/services.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
shairport-sync = {
|
||||
enable = false;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
general = {
|
||||
name = "Living Room Speakers";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user