diff options
-rw-r--r-- | home/nipsy/arrakis.nix | 2 | ||||
-rw-r--r-- | home/nipsy/ginaz.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/nipsy/arrakis.nix b/home/nipsy/arrakis.nix index 5e8c651..9f38e29 100644 --- a/home/nipsy/arrakis.nix +++ b/home/nipsy/arrakis.nix @@ -39,7 +39,7 @@ secrets = { "reaper_license" = { path = "/home/nipsy/.config/REAPER/reaper-license.rk"; - } + }; "ssh_config" = { path = "/home/nipsy/.ssh/config"; }; diff --git a/home/nipsy/ginaz.nix b/home/nipsy/ginaz.nix index bfb2a89..3a44f30 100644 --- a/home/nipsy/ginaz.nix +++ b/home/nipsy/ginaz.nix @@ -14,7 +14,7 @@ secrets = { "reaper_license" = { path = "/home/nipsy/.config/REAPER/reaper-license.rk"; - } + }; "ssh_config" = { path = "/home/nipsy/.ssh/config"; }; |