flake: add vpn-confinement
This commit is contained in:
parent
2565005fe0
commit
048341b126
2 changed files with 19 additions and 0 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -2984,6 +2984,7 @@
|
||||||
"ooknet-website": "ooknet-website",
|
"ooknet-website": "ooknet-website",
|
||||||
"ooks-scripts": "ooks-scripts",
|
"ooks-scripts": "ooks-scripts",
|
||||||
"systems": "systems_6",
|
"systems": "systems_6",
|
||||||
|
"vpn-confinement": "vpn-confinement",
|
||||||
"zjstatus": "zjstatus"
|
"zjstatus": "zjstatus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -3150,6 +3151,21 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"vpn-confinement": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1731209328,
|
||||||
|
"narHash": "sha256-b3jggBHZh20jUfBxoaIvew23czsw82zBc0aKxtkF3g8=",
|
||||||
|
"owner": "Maroka-chan",
|
||||||
|
"repo": "VPN-Confinement",
|
||||||
|
"rev": "74e6fd47804b5ca69187200efbb14cf1ecb9ea07",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "Maroka-chan",
|
||||||
|
"repo": "VPN-Confinement",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"xdph": {
|
"xdph": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"hyprland-protocols": [
|
"hyprland-protocols": [
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@
|
||||||
|
|
||||||
nvf.url = "github:notashelf/nvf/v0.7";
|
nvf.url = "github:notashelf/nvf/v0.7";
|
||||||
|
|
||||||
|
# confine vpns to specific systemd services
|
||||||
|
vpn-confinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||||
|
|
||||||
# hypr* ecosystem
|
# hypr* ecosystem
|
||||||
hyprland.url = "github:hyprwm/hyprland";
|
hyprland.url = "github:hyprwm/hyprland";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue