add nixpath to git.cloonar.com
This commit is contained in:
parent
96840bb17a
commit
fad7a9223d
1 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,13 @@
|
|||
|
||||
nixpkgs.overlays = [ (import ./utils/overlays/packages.nix) ];
|
||||
|
||||
|
||||
nix.nixPath = [
|
||||
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/b6bbc53029a31f788ffed9ea2d459f0bb0f0fbfc.tar.gz"
|
||||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue