diff --git a/modules/3dprinting.nix b/modules/3dprinting.nix index 4d62fa3..08a79ae 100755 --- a/modules/3dprinting.nix +++ b/modules/3dprinting.nix @@ -4,7 +4,7 @@ environment.systemPackages = with pkgs; [ cura -# freecad + freecad super-slicer esptool openscad diff --git a/systems/common.nix b/systems/common.nix index a48ec2a..d34069b 100755 --- a/systems/common.nix +++ b/systems/common.nix @@ -53,8 +53,8 @@ }; system.stateVersion = "24.11"; nixpkgs.config.allowUnfree = true; -# nixpkgs.config.nvidia.acceptLicense = true; -# nixpkgs.config.nvidia.libsOnly = false; + nixpkgs.config.nvidia.acceptLicense = true; + nixpkgs.config.nvidia.libsOnly = false; nixpkgs.config.allowBroken = true; # Location & internationalisation @@ -107,9 +107,9 @@ gnupg p7zip rsync - # bumblebee - # glxinfo - # libgdiplus + bumblebee + glxinfo + libgdiplus unzip clinfo python3 @@ -142,4 +142,7 @@ services.xserver.excludePackages = [ pkgs.xterm ]; documentation.nixos.enable = false; + + systemd.network.wait-online.enable = false; + boot.initrd.systemd.network.wait-online.enable = false; }