diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-20 00:20:02 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-20 00:20:02 +0900 |
| commit | df6fc298f608eb106229efc742f0ef8ce9f78e8b (patch) | |
| tree | 1f0ca426495f526aedf7f15ba5a495221be54f81 /README.md | |
| parent | eae3034260b3abbb8da1deeddfef135b36eeb390 (diff) | |
migrate to git.gensokyo.uk/security/fortify
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ Fortify ======= -[](https://pkg.go.dev/git.ophivana.moe/security/fortify) -[](https://goreportcard.com/report/git.ophivana.moe/security/fortify) +[](https://pkg.go.dev/git.gensokyo.uk/security/fortify) +[](https://goreportcard.com/report/git.gensokyo.uk/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. @@ -18,7 +18,7 @@ Why would you want this? If you have a flakes-enabled nix environment, you can try out the tool by running: ```shell -nix run git+https://git.ophivana.moe/security/fortify -- help +nix run git+https://git.gensokyo.uk/security/fortify -- help ``` ## Module usage @@ -35,7 +35,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/security/fortify"; + url = "git+https://git.gensokyo.uk/security/fortify"; # Optional but recommended to limit the size of your system closure. inputs.nixpkgs.follows = "nixpkgs"; |
