Optionally add waydroid
This commit is contained in:
parent
f3ce9d7475
commit
deac8e4bc1
|
@ -32,7 +32,8 @@
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
./services/openssh.nix
|
./services/openssh.nix
|
||||||
./services/virtualisation.nix
|
./services/qemukvm.nix
|
||||||
|
#./services/waydroid.nix
|
||||||
./services/udev.nix
|
./services/udev.nix
|
||||||
./services/sunshine.nix
|
./services/sunshine.nix
|
||||||
./services/mpd.nix
|
./services/mpd.nix
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
{
|
{config, pkgs, ...}: {
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
# Enable MPD
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "jimbo";
|
user = "jimbo";
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
{
|
{config, pkgs, ...}: {
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
# Enable virtualization
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -23,7 +18,6 @@
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install programs system-wide
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
virt-manager
|
virt-manager
|
||||||
virtiofsd
|
virtiofsd
|
3
system/services/waydroid.nix
Normal file
3
system/services/waydroid.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
virtualisation.waydroid.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue