From 74ae157adf15b9316c2501b7ad30dcdf1bf47c1a Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Sun, 7 Apr 2024 23:21:38 -0700 Subject: [PATCH] readd 3dp --- modules/3dprinting.nix | 2 +- systems/common.nix | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) 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; }