mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: remove recursive-nix
This commit is contained in:
parent
5bc7fa310b
commit
02a8544825
2 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,6 @@
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
allowed-users = ["@wheel"];
|
allowed-users = ["@wheel"];
|
||||||
trusted-users = ["root" "@wheel"];
|
trusted-users = ["root" "@wheel"];
|
||||||
system-features = ["recursive-nix"];
|
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-config.cachix.org"
|
"https://nix-config.cachix.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
|
@ -31,7 +30,7 @@
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
experimental-features = nix-command flakes recursive-nix
|
experimental-features = nix-command flakes
|
||||||
flake-registry = /etc/nix/registry.json
|
flake-registry = /etc/nix/registry.json
|
||||||
'';
|
'';
|
||||||
nixPath = ["nixpkgs=/run/current-system/nixpkgs"];
|
nixPath = ["nixpkgs=/run/current-system/nixpkgs"];
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
isoImage.isoName = lib.mkForce "nixos-image-${nodeName}.iso";
|
isoImage.isoName = lib.mkForce "nixos-image-${nodeName}.iso";
|
||||||
system.stateVersion = self.stateVersion;
|
system.stateVersion = self.stateVersion;
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
experimental-features = nix-command flakes recursive-nix
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
console.keyMap = "de-latin1-nodeadkeys";
|
console.keyMap = "de-latin1-nodeadkeys";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue