Move netrc file to a common location
This commit is contained in:
parent
4a5b73f5e7
commit
f38600fb22
1 changed files with 1 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixUnstable;
|
package = pkgs.nixUnstable;
|
||||||
sandboxPaths = [
|
sandboxPaths = [
|
||||||
"/etc/nixos/var/netrc"
|
"/var/keys/netrc"
|
||||||
];
|
];
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
|
@ -12,12 +12,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(
|
|
||||||
pkgs.writeShellScriptBin "nixFlakes" ''
|
|
||||||
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
|
||||||
''
|
|
||||||
)
|
|
||||||
|
|
||||||
wget
|
wget
|
||||||
inetutils
|
inetutils
|
||||||
openvpn
|
openvpn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue