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