diff options
| author | Mel <einebeere@gmail.com> | 2024-10-22 23:44:02 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-22 23:44:02 +0200 |
| commit | 656780d794dd2066b6bfd909e65b78df7afca84f (patch) | |
| tree | ff9844f440b2e4d047119b0dcaf9aa444d8f7e69 /modules/common.nix | |
| parent | bb0e4c7b5bbec7b8d8e3433a87683e9bb5ec307a (diff) | |
| download | minerals-656780d794dd2066b6bfd909e65b78df7afca84f.tar.zst minerals-656780d794dd2066b6bfd909e65b78df7afca84f.zip | |
Change nix path to point to compatibility scripts
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 9 |
1 files changed, 1 insertions, 8 deletions
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; |
