Compare commits
No commits in common. "def9db9b149b5e0056412ada25690dd1a2541c58" and "1a969dfd17b3f242d556eeb365bd5d2558e0d77c" have entirely different histories.
def9db9b14
...
1a969dfd17
3 changed files with 9 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
let
|
||||
secrets = age.secrets or { };
|
||||
in
|
||||
secrets ? ${secret} && secrets.${secret} != null;
|
||||
secrets ? secret && secrets.${secret} != null;
|
||||
in
|
||||
{
|
||||
# TODO can I put all IP's in the flake.nix top level settings and pull them in here instead?
|
||||
|
|
|
|||
16
hosts/oren/flake.lock
generated
16
hosts/oren/flake.lock
generated
|
|
@ -35,11 +35,11 @@
|
|||
"ragenix": "ragenix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1755036081,
|
||||
"narHash": "sha256-RcJpH9+C6os1jb9l3ukOAU0CtrP5YPlGyRGh6gZPF1Q=",
|
||||
"lastModified": 1753903666,
|
||||
"narHash": "sha256-e6vzgJMrgxKJSiOY/8oD2lw+Kf0/MlmOs/gs8z8WQgw=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "db6d5161ff0d4962236befa6ca1fd7ef2cb37fe3",
|
||||
"revCount": 588,
|
||||
"rev": "79849411735ed37a15db58450876d6d59baab880",
|
||||
"revCount": 556,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
|
|
@ -1157,16 +1157,16 @@
|
|||
"opencode": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1754526276,
|
||||
"narHash": "sha256-OkkjbytvvUBOcSCjf3zd8NWLaM+I1tUR9IxcRZrdVeM=",
|
||||
"lastModified": 1753893530,
|
||||
"narHash": "sha256-7L50P3+u4SHQtjSdFJviPaeLFnOIGP/l4BFLHKm4pNs=",
|
||||
"owner": "sst",
|
||||
"repo": "opencode",
|
||||
"rev": "1a561bb5120b1b87a4c477f7cb6c3a0a4ce79114",
|
||||
"rev": "304e86a8d4ebbaf55de27ac012aecc58028c898d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "sst",
|
||||
"ref": "v0.3.133",
|
||||
"ref": "v0.3.85",
|
||||
"repo": "opencode",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@
|
|||
ssh.enable = true;
|
||||
docker.enable = true;
|
||||
opencode.enable = true;
|
||||
virt-manager.enable = true;
|
||||
flatpaks = {
|
||||
enable = true;
|
||||
packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue