summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-09 03:08:05 -0700
committerFuwn <[email protected]>2024-09-09 03:08:05 -0700
commit3dbc208c3f26c736da3d682f7eb7774aef5fef2d (patch)
tree21e68c413a7e0d68662bf35cfcb6951bc387cb75
parentBump: catgirl (diff)
downloadnixos-config-3dbc208c3f26c736da3d682f7eb7774aef5fef2d.tar.xz
nixos-config-3dbc208c3f26c736da3d682f7eb7774aef5fef2d.zip
Bump: toml secrets
-rw-r--r--flake.nix2
-rw-r--r--home/ebisu/fortune/system/shell/scripting/default.nix1
-rw-r--r--secrets/secrets.jsonbin914 -> 0 bytes
-rw-r--r--secrets/secrets.tomlbin0 -> 718 bytes
4 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4c617fc..c3090c1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -86,7 +86,7 @@
lib = nixpkgs.lib // home-manager.lib;
forAllSystems = lib.genAttrs (import systems);
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
- secrets = builtins.fromJSON (builtins.readFile "${self}/secrets/secrets.json");
+ secrets = builtins.fromTOML (builtins.readFile "${self}/secrets/secrets.toml");
system = builtins.currentSystem;
in
{
diff --git a/home/ebisu/fortune/system/shell/scripting/default.nix b/home/ebisu/fortune/system/shell/scripting/default.nix
index 02ce752..7d18a39 100644
--- a/home/ebisu/fortune/system/shell/scripting/default.nix
+++ b/home/ebisu/fortune/system/shell/scripting/default.nix
@@ -15,5 +15,6 @@
pv
yad
jq
+ yj
];
}
diff --git a/secrets/secrets.json b/secrets/secrets.json
deleted file mode 100644
index 387ff03..0000000
--- a/secrets/secrets.json
+++ /dev/null
Binary files differ
diff --git a/secrets/secrets.toml b/secrets/secrets.toml
new file mode 100644
index 0000000..58af89b
--- /dev/null
+++ b/secrets/secrets.toml
Binary files differ