diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-20 19:50:13 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-20 19:50:13 +0900 |
| commit | 65af1684e3f12c1920f91c96474f19dbd0b147fc (patch) | |
| tree | 0e721a066726e009daa71eb2cbcf3ccf5adb546c /README.md | |
| parent | cdda33555cf5967221523b90ede1f4eda2a82ce3 (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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ Fortify ======= -[](https://pkg.go.dev/git.ophivana.moe/cat/fortify) +[](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"; |
