⬆️ nix flake update clan-core (with fixes)

This commit is contained in:
Ingolf Wagner 2025-04-25 16:53:26 +02:00
commit 4498c4b11e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 31 additions and 15 deletions

44
flake.lock generated
View file

@ -75,6 +75,7 @@
"flake-parts"
],
"nix-darwin": "nix-darwin",
"nix-select": "nix-select",
"nixos-facter-modules": "nixos-facter-modules",
"nixpkgs": [
"nixpkgs"
@ -84,11 +85,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1745001614,
"narHash": "sha256-NAADglNN3lh/3hgTbkynbYC2JuQCCGvv3Yizm9I64ns=",
"lastModified": 1745583960,
"narHash": "sha256-iBHk6UDdJJV1wS0qq5T7luS7FerRWuJx5LZHFQ13zZo=",
"ref": "refs/heads/main",
"rev": "779d28577de180c60ed4774c002cc5814162a0f9",
"revCount": 6386,
"rev": "7b6483bfad6647e852ee3d1b0ae4730c216b8dba",
"revCount": 6496,
"type": "git",
"url": "https://git.clan.lol/clan/clan-core"
},
@ -139,11 +140,11 @@
]
},
"locked": {
"lastModified": 1744961442,
"narHash": "sha256-ymbmZjOaIoVwEuTpFDjlXPGufqmdlzdDEVpQAjNi8Ls=",
"lastModified": 1745478084,
"narHash": "sha256-yQG9Piqa1UuVOMbxQlp7O5UP+nvWR3Z51oEDYYW2KBQ=",
"ref": "refs/heads/main",
"rev": "0328b8c5912db9562e1ab115f760ca7ba0044aff",
"revCount": 409,
"rev": "4fdda238e6eb59b6e1f0ce548f062d942aaf611a",
"revCount": 411,
"type": "git",
"url": "https://git.clan.lol/clan/data-mesher"
},
@ -217,11 +218,11 @@
]
},
"locked": {
"lastModified": 1744940522,
"narHash": "sha256-TNoetfICvd29DhxRPpmyKItQBDlqSvKcV+wGNkn14jk=",
"lastModified": 1745502102,
"narHash": "sha256-LqhRwzvIVPEjH0TaPgwzqpyhW6DtCrvz7FnUJDoUZh8=",
"owner": "nix-community",
"repo": "disko",
"rev": "51d33bbb7f1e74ba5f9d9a77357735149da99081",
"rev": "ca27b88c88948d96feeee9ed814cbd34f53d0d70",
"type": "github"
},
"original": {
@ -762,6 +763,21 @@
"type": "github"
}
},
"nix-select": {
"locked": {
"lastModified": 1745005516,
"narHash": "sha256-IVaoOGDIvAa/8I0sdiiZuKptDldrkDWUNf/+ezIRhyc=",
"ref": "refs/heads/main",
"rev": "69d8bf596194c5c35a4e90dd02c52aa530caddf8",
"revCount": 40,
"type": "git",
"url": "https://git.clan.lol/clan/nix-select"
},
"original": {
"type": "git",
"url": "https://git.clan.lol/clan/nix-select"
}
},
"nix-topology": {
"inputs": {
"devshell": "devshell_2",
@ -1280,11 +1296,11 @@
]
},
"locked": {
"lastModified": 1744669848,
"narHash": "sha256-pXyanHLUzLNd3MX9vsWG+6Z2hTU8niyphWstYEP3/GU=",
"lastModified": 1745310711,
"narHash": "sha256-ePyTpKEJTgX0gvgNQWd7tQYQ3glIkbqcW778RpHlqgA=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "61154300d945f0b147b30d24ddcafa159148026a",
"rev": "5e3e92b16d6fdf9923425a8d4df7496b2434f39c",
"type": "github"
},
"original": {

View file

@ -7,7 +7,7 @@
}:
let
zerotierSetup = ''
export NWID=${config.clan.core.facts.services.zerotier.public."zerotier-network-id".value}
export NWID=${config.clan.core.vars.generators.zerotier.files.zerotier-network-id.value}
export TOKEN=$(cat /var/lib/zerotier-one/authtoken.secret)
'';
zerotierCommand =