From c8240da26980b897646e974c44c851a302ce1736 Mon Sep 17 00:00:00 2001 From: autumn Date: Wed, 27 Aug 2025 14:55:16 -0600 Subject: [PATCH] mooore confing --- flake.nix | 4 ++-- system/lesbos/configuration.nix | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ec4bd68..86ea8c0 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ./home-manager/autumn/sysconfs/yukigekko.nix ]; }; - "autumn@lesbos" = home-manager.lib.homeMangerConfiguration{ + "autumn@lesbos" = home-manager.lib.homeManagerConfiguration{ extraSpecialArgs = specialArgs; pkgs = pkgs; modules = [ @@ -51,7 +51,7 @@ nixosConfigurations."lesbos" = nixpkgs.lib.nixosSystem{ specialArgs = specialArgs; modules = [ - ./system/lesbos/configuration.nixpkgs + ./system/lesbos/configuration.nix ]; }; diff --git a/system/lesbos/configuration.nix b/system/lesbos/configuration.nix index 67607c5..8b6f507 100644 --- a/system/lesbos/configuration.nix +++ b/system/lesbos/configuration.nix @@ -93,6 +93,11 @@ # wget ]; + nix.settings = { + experimental-features = ["nix-command" "flakes"]; + download-buffer-size = 5245880000; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;