aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-10-20 19:50:13 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-10-20 19:50:13 +0900
commit65af1684e3f12c1920f91c96474f19dbd0b147fc (patch)
tree0e721a066726e009daa71eb2cbcf3ccf5adb546c /README.md
parentcdda33555cf5967221523b90ede1f4eda2a82ce3 (diff)
migrate to git.ophivana.moe/security/fortify
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 72a1f5c3..2ffc7e52 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Fortify
=======
-[![Go Reference](https://pkg.go.dev/badge/git.ophivana.moe/cat/fortify.svg)](https://pkg.go.dev/git.ophivana.moe/cat/fortify)
+[![Go Reference](https://pkg.go.dev/badge/git.ophivana.moe/security/fortify.svg)](https://pkg.go.dev/git.ophivana.moe/security/fortify)
Lets you run graphical applications as another user in a confined environment with a nice NixOS
module to configure target users and provide launchers and desktop files for your privileged user.
@@ -26,7 +26,7 @@ There are a few different things to set up for this to work:
If you have a flakes-enabled nix environment, you can try out the tool by running:
```shell
-nix run git+https://git.ophivana.moe/cat/fortify -- -h
+nix run git+https://git.ophivana.moe/security/fortify -- -h
```
## Module usage
@@ -41,7 +41,7 @@ To use the module, import it into your configuration with
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
fortify = {
- url = "git+https://git.ophivana.moe/cat/fortify";
+ url = "git+https://git.ophivana.moe/security/fortify";
# Optional but recommended to limit the size of your system closure.
inputs.nixpkgs.follows = "nixpkgs";