mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
2585388001
@ -25,6 +25,7 @@
|
|||||||
docker-compose
|
docker-compose
|
||||||
podman-tui
|
podman-tui
|
||||||
dive
|
dive
|
||||||
|
appgate-sdp
|
||||||
];
|
];
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
|
@ -36,4 +36,10 @@
|
|||||||
{ "url" = "https://old.reddit.com/r/nixos/"; name = "nixos-reddit"; }
|
{ "url" = "https://old.reddit.com/r/nixos/"; name = "nixos-reddit"; }
|
||||||
{ "url" = "https://nixos.wiki/"; name = "nixos-wiki"; }
|
{ "url" = "https://nixos.wiki/"; name = "nixos-wiki"; }
|
||||||
]; }
|
]; }
|
||||||
|
{ "name" = "Work"; "children" = [
|
||||||
|
{ url = "https://webmail.apps.mil/owa"; name = "WebMail";}
|
||||||
|
{ url = "https://dod.teams.microsoft.us/"; name = "Teams";}
|
||||||
|
{ url = "https://usaf-my.dps.mil/"; name = "OneDrive";}
|
||||||
|
]; }
|
||||||
|
|
||||||
]
|
]
|
||||||
|
8
provision/overlays/appgate-sdp.nix
Normal file
8
provision/overlays/appgate-sdp.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
self: super: {
|
||||||
|
appgate-sdp = super.appgate-sdp.overrideAttrs (old: {
|
||||||
|
src = super.fetchurl {
|
||||||
|
url = "https://bin.appgate-sdp.com/6.4/client/appgate-sdp_6.4.0_amd64.deb";
|
||||||
|
sha256 = "sha256-0h6Mz3B7fADGL5tGbrKNYpVIAvRu7Xx0n9OvjOeVCds=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user