1
0
forked from extern/nix-config

Update virtualization-specific config

Note that it may be better to simply manage VMs through a separate
interface than declaratively configure them in the same configuration as
the host.
This commit is contained in:
Donovan Glover 2023-05-25 23:48:40 -04:00
parent 97786206c6
commit 6c782154d9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -25,6 +25,10 @@
services.gnome.core-utilities.enable = false;
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
hardware.pulseaudio.enable = false;
services.pipewire.enable = lib.mkForce false;
services.mullvad-vpn.enable = lib.mkForce false;
programs.hyprland.enable = lib.mkForce false;
services.greetd.enable = lib.mkForce false;
};
}