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 = {
|
||||
package = pkgs.nixUnstable;
|
||||
sandboxPaths = [
|
||||
"/etc/nixos/var/netrc"
|
||||
"/var/keys/netrc"
|
||||
];
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
@ -12,12 +12,6 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(
|
||||
pkgs.writeShellScriptBin "nixFlakes" ''
|
||||
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||
''
|
||||
)
|
||||
|
||||
wget
|
||||
inetutils
|
||||
openvpn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue