diff --git a/configuration.nix b/configuration.nix index bb5d372..d51be27 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,17 +59,6 @@ ./programm_configs/wayland.nix ]); - # systemdresolved config - networking.nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ]; - - services.resolved = { - enable = true; - dnssec = "true"; - domains = [ "~." ]; - fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ]; - dnsovertls = "true"; - }; - services.gvfs.enable = true; @@ -133,7 +122,7 @@ isNormalUser = true; description = "clara"; initialPassword = "123456"; - extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers kvm" ]; + extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ]; shell = pkgs.zsh; }; @@ -332,11 +321,6 @@ ''; }; - # Fix for CVE-2022-27470 keeping package from building - nixpkgs.config.permittedInsecurePackages = [ - "SDL_ttf-2.0.11" - ]; - # backlight programs.light.enable = true; diff --git a/flake.lock b/flake.lock index 0fe680b..71f0e14 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1744663884, - "narHash": "sha256-a6QGaZMDM1miK8VWzAITsEPOdmLk+xTPyJSTjVs3WhI=", + "lastModified": 1735979091, + "narHash": "sha256-WpFjt6+8UD81EP386c269ZTqpEmlGJgcPw+OB4b7EBs=", "owner": "nix-community", "repo": "home-manager", - "rev": "d5cdf55bd9f19a3debd55b6cb5d38f7831426265", + "rev": "11ab08541e61ac3bbf2ab27229f68622629401df", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1744463964, - "narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=", + "lastModified": 1735834308, + "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650", + "rev": "6df24922a1400241dae323af55f30e4318a6ca65", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 199e638..b2c59f2 100644 --- a/home.nix +++ b/home.nix @@ -96,13 +96,8 @@ in gvfs vdhcoapp inkscape - inkscape-extensions.inkstitch prusa-slicer mathematikapkg - jameica - android-tools - wireguard-tools - sops ] ++ (if x11mode then [ arandr flameshot diff --git a/programm_configs/vscode.nix b/programm_configs/vscode.nix index 09c3c21..a355a89 100644 --- a/programm_configs/vscode.nix +++ b/programm_configs/vscode.nix @@ -30,7 +30,7 @@ name = "platformio-ide"; publisher = "platformio"; version = "3.3.3"; - sha256 = "cVYnFhdeClHhuVaTWRU2IDIA1mFq1iLveZUIhEhMSck="; + sha256 = "pcWKBqtpU7DVpiT7UF6Zi+YUKknyjtXFEf5nL9+xuSo="; } ]; };