mirror of https://git.jolheiser.com/dotnix.git
Compare commits
No commits in common. "813b1810493e9cf637a1a8a44f1cef2aba55f522" and "aa9fd2175327e832404723c32f759deed6e7925a" have entirely different histories.
813b181049
...
aa9fd21753
|
@ -26,8 +26,6 @@
|
|||
extraEnv = ''
|
||||
$env.GOPATH = "${config.xdg.dataHome}/go"
|
||||
$env.PATH = ($env.PATH | split row (char esep) | prepend '${config.xdg.dataHome}/go/bin')
|
||||
$env.SPECTRE_USERNAME = "jolheiser"
|
||||
$env.SPECTRE_SECRET-FILE = "${config.age.secrets.spectre-pw.path}"
|
||||
'';
|
||||
};
|
||||
xdg.configFile = {
|
||||
|
|
|
@ -654,11 +654,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732163818,
|
||||
"narHash": "sha256-aDyXNmHt47/bxrGfLvm9BeBRGt+3YaavpxjYoFXT7xI=",
|
||||
"lastModified": 1727210642,
|
||||
"narHash": "sha256-UI6zfBKJQH8zEp0xNjNH0udP+qPzOMrlARryDHvw6PE=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "4cca870ec811fcb041519dc2928ecab507f0c788",
|
||||
"revCount": 23,
|
||||
"rev": "4ecbdcf5a4a6e38621fdab234c61a9947d5a51c0",
|
||||
"revCount": 19,
|
||||
"type": "git",
|
||||
"url": "https://git.jolheiser.com/go-spectre.git"
|
||||
},
|
||||
|
|
|
@ -188,7 +188,6 @@
|
|||
};
|
||||
irc-pw.file = ./secrets/shared/irc-pw.age;
|
||||
gist-pw.file = ./secrets/shared/gist-pw.age;
|
||||
spectre-pw.file = ./secrets/shared/spectre-pw.age;
|
||||
git-send-email.file = ./secrets/shared/git-send-email.age;
|
||||
cachix = {
|
||||
file = ./secrets/shared/cachix.age;
|
||||
|
|
|
@ -21,7 +21,6 @@ in
|
|||
"shared/gist-pw.age".publicKeys = all;
|
||||
"shared/git-send-email.age".publicKeys = all;
|
||||
"shared/llm.age".publicKeys = all;
|
||||
"shared/spectre-pw.age".publicKeys = [ jolheiser ];
|
||||
"personal/restic-env.age".publicKeys = [
|
||||
jolheiser
|
||||
dragonwell
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue