stuff
This commit is contained in:
parent
d01eacd856
commit
3475d9bfaf
3 changed files with 9 additions and 20 deletions
|
@ -49,8 +49,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
# environment.etc."nix/inputs/nixpkgs".source = "${nixpkgs}";
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = [
|
||||
|
@ -65,28 +63,16 @@
|
|||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
# nix-path = [
|
||||
# "nixpkgs=${inputs.nixpkgs.outPath}"
|
||||
# "nixos-config=/home/emenel/source/nixos-config"
|
||||
# ];
|
||||
};
|
||||
|
||||
registry = {
|
||||
# nixpkgs.flake = inputs.nixpkgs;
|
||||
emenel-templates.flake = inputs.emenel-templates;
|
||||
};
|
||||
|
||||
# nixPath = [
|
||||
# "nixpkgs=${inputs.nixpkgs.outPath}"
|
||||
# "nixos-config=${toString ./configuration.nix}"
|
||||
# ];
|
||||
|
||||
channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead.
|
||||
|
||||
};
|
||||
|
||||
# environment.etc."nix/inputs/nixpkgs".source = "${inputs.nixpkgs}";
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Toronto";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue