netrc: temporariliy removed because netrc parser error

This commit is contained in:
Tigor Hutasuhut 2024-11-24 12:44:38 +07:00
parent a9b3d6cc4c
commit 42479dba33
2 changed files with 9 additions and 9 deletions

View file

@ -28,11 +28,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1732416287, "lastModified": 1732426524,
"narHash": "sha256-1kqcDSVxoR9zRnj63d2aehEcjdtwdUJfXiTo6KEdL00=", "narHash": "sha256-HAugtgAuIBJ3UzFxK1IwayQ0Hm9qbU2KOxDA7nThVeQ=",
"ref": "main", "ref": "main",
"rev": "847555fe0573bf40b9c6fe9e09e08101e2dcb5b1", "rev": "ef32c388593c826174525ee776850614e268ceb8",
"revCount": 10, "revCount": 11,
"type": "git", "type": "git",
"url": "https://git.tigor.web.id/tigor/AGS" "url": "https://git.tigor.web.id/tigor/AGS"
}, },

View file

@ -50,10 +50,10 @@ in
path = "${config.home.homeDirectory}/.ssh/id_ed25519"; path = "${config.home.homeDirectory}/.ssh/id_ed25519";
mode = "0400"; mode = "0400";
}; };
"netrc" = { # "netrc" = {
sopsFile = ../secrets/netrc.yaml; # sopsFile = ../secrets/netrc.yaml;
path = "${config.home.homeDirectory}/.netrc"; # path = "${config.home.homeDirectory}/.netrc";
mode = "0400"; # mode = "0400";
}; # };
}; };
} }