mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Disable nix channels
This commit is contained in:
parent
a2e357f853
commit
b2351be830
1 changed files with 16 additions and 11 deletions
|
|
@ -5,7 +5,11 @@
|
||||||
self.wrappers.default
|
self.wrappers.default
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings = {
|
nix = {
|
||||||
|
channel.enable = false;
|
||||||
|
registry.nixpkgs.flake = self.inputs.nixpkgs;
|
||||||
|
settings = {
|
||||||
|
flake-registry = "";
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
@ -17,6 +21,7 @@
|
||||||
"@wheel"
|
"@wheel"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue