From 656780d794dd2066b6bfd909e65b78df7afca84f Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 22 Oct 2024 23:44:02 +0200 Subject: Change nix path to point to compatibility scripts Signed-off-by: Mel --- modules/common.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 360dd21..cfe84a6 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -2,6 +2,7 @@ { imports = [ + ./nix.nix ./user.nix ./locale.nix ./gnome.nix @@ -13,14 +14,6 @@ boot.kernelPackages = pkgs.linuxPackages_latest; - nix.settings = { - experimental-features = [ "flakes" "nix-command" ]; - } // lib.optionalAttrs (me != "bismuth") { - # add the bismuth binary cache, if we're not bismuth; - substituters = [ "http://bismuth:5000" ]; - trusted-public-keys = [ "bismuth-1:XW9nsNsccipbmdfchyb3YIIWNT058iSpHLwlj1xgB7A=" ]; - }; - services.envfs.enable = true; virtualisation.libvirtd.enable = true; -- cgit 1.4.1