Compare commits

..

No commits in common. "b5555ac4b4d2d9956070c6cd78ea6084b93f4073" and "009567e423b932feb1c621e59a046abd1187012c" have entirely different histories.

4 changed files with 5 additions and 27 deletions
components/virtualisation
homes/palo/packages
machines

View file

@ -14,13 +14,10 @@ with lib;
config = mkIf config.components.virtualisation.virtualbox.enable {
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.guest.dragAndDrop = true;
# https://discourse.nixos.org/t/issue-with-virtualbox-in-24-11/57607/2
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
virtualisation.virtualbox = {
host.enable = true;
guest.enable = true;
};
users.extraGroups.vboxusers.members = [ config.users.users.mainUser.name ];

View file

@ -6,22 +6,6 @@
}:
with pkgs;
with lib;
let
use_override = false;
bambu-studio =
if use_override then
pkgs.bambu-studio.overrideAttrs (old: rec {
version = "01.10.02.76";
src = pkgs.fetchFromGitHub {
owner = "bambulab";
repo = "BambuStudio";
rev = "v${version}";
hash = "sha256-LvAi3I5lnnumhOUagyej28uVy0Lgd3e19HNQXOUWSvQ=";
};
})
else
pkgs.bambu-studio;
in
{
config = mkIf config.gui.enable {
@ -43,8 +27,7 @@ in
openscad
fstl
orca-slicer
bambu-studio
# cura
qrencode

View file

@ -46,7 +46,6 @@
# (promptKey "pushover.api_key");
components.virtualisation.enable = true;
components.virtualisation.qemu.enable = false;
components.gui.enable = true;
#components.gui.audio.enable = false;

View file

@ -45,7 +45,6 @@
];
networking.firewall.enable = true;
boot.kernel.sysctl."net.ipv4.ip_forwarding" = false;
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here