Compare commits

..

No commits in common. "def9db9b149b5e0056412ada25690dd1a2541c58" and "1a969dfd17b3f242d556eeb365bd5d2558e0d77c" have entirely different histories.

3 changed files with 9 additions and 10 deletions

View file

@ -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
View file

@ -35,11 +35,11 @@
"ragenix": "ragenix" "ragenix": "ragenix"
}, },
"locked": { "locked": {
"lastModified": 1755036081, "lastModified": 1753903666,
"narHash": "sha256-RcJpH9+C6os1jb9l3ukOAU0CtrP5YPlGyRGh6gZPF1Q=", "narHash": "sha256-e6vzgJMrgxKJSiOY/8oD2lw+Kf0/MlmOs/gs8z8WQgw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "db6d5161ff0d4962236befa6ca1fd7ef2cb37fe3", "rev": "79849411735ed37a15db58450876d6d59baab880",
"revCount": 588, "revCount": 556,
"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": 1754526276, "lastModified": 1753893530,
"narHash": "sha256-OkkjbytvvUBOcSCjf3zd8NWLaM+I1tUR9IxcRZrdVeM=", "narHash": "sha256-7L50P3+u4SHQtjSdFJviPaeLFnOIGP/l4BFLHKm4pNs=",
"owner": "sst", "owner": "sst",
"repo": "opencode", "repo": "opencode",
"rev": "1a561bb5120b1b87a4c477f7cb6c3a0a4ce79114", "rev": "304e86a8d4ebbaf55de27ac012aecc58028c898d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sst", "owner": "sst",
"ref": "v0.3.133", "ref": "v0.3.85",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View file

@ -66,7 +66,6 @@
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 = [