Update flake
All checks were successful
Lint / lint (push) Successful in 20s

This commit is contained in:
Gabriel Simmer 2023-12-09 22:43:11 +00:00
parent a646d7dd18
commit 1ab0900045
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 4 additions and 4 deletions

View file

@ -223,11 +223,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701728041, "lastModified": 1702110869,
"narHash": "sha256-x0pyrI1vC8evVDxCxyO6olOyr4wlFg9+VS3C3p4xFYQ=", "narHash": "sha256-hgbzPjIMLYJf3Ekq9qZCpDcIZn1BZmOp7d6PMkIWknU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ac7216918cd65f3824ba7817dea8f22e61221eaf", "rev": "7db6291d95693374d408f4877c265ec7481f222b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -154,7 +154,7 @@
(import ./nix/oracle-nix-cache/configuration.nix) (import ./nix/oracle-nix-cache/configuration.nix)
{ {
_module.args.nixinate = { _module.args.nixinate = {
host = "100.110.30.80"; host = "100.98.25.34";
sshUser = "root"; sshUser = "root";
buildOn = "remote"; buildOn = "remote";
substituteOnTarget = true; substituteOnTarget = true;