parent
5300a22a13
commit
9216212d12
|
@ -23,40 +23,40 @@
|
|||
|
||||
../../profiles/web # enables nginx+acme, defines mkDomain
|
||||
../../profiles/web/index
|
||||
../../profiles/web/services/cinny
|
||||
../../profiles/web/services/element
|
||||
../../profiles/web/services/flexget
|
||||
../../profiles/web/services/gitea
|
||||
../../profiles/web/services/hydra
|
||||
../../profiles/web/services/invidious
|
||||
../../profiles/web/services/jellyfin
|
||||
../../profiles/web/services/libreddit
|
||||
../../profiles/web/services/mattermost
|
||||
../../profiles/web/services/navidrome
|
||||
../../profiles/web/services/netdata
|
||||
../../profiles/web/services/nitter
|
||||
../../profiles/web/services/ntopng
|
||||
../../profiles/web/services/owncast
|
||||
../../profiles/web/services/paperless
|
||||
../../profiles/web/services/polaris
|
||||
../../profiles/web/services/resilio
|
||||
../../profiles/web/services/roundcube
|
||||
../../profiles/web/services/thelounge
|
||||
../../profiles/web/services/vaultwarden
|
||||
../../profiles/web/services/webdav-zotero
|
||||
#../../profiles/web/services/convos
|
||||
#../../profiles/web/services/cryptpad
|
||||
#../../profiles/web/services/galene
|
||||
#../../profiles/web/services/graphana
|
||||
#../../profiles/web/services/hedgedoc
|
||||
#../../profiles/web/services/home-assistant
|
||||
#../../profiles/web/services/jitsi-meet
|
||||
../../profiles/web/services/cinny.nix
|
||||
../../profiles/web/services/element.nix
|
||||
../../profiles/web/services/flexget.nix
|
||||
../../profiles/web/services/gitea.nix
|
||||
../../profiles/web/services/hydra.nix
|
||||
../../profiles/web/services/invidious.nix
|
||||
../../profiles/web/services/jellyfin.nix
|
||||
../../profiles/web/services/libreddit.nix
|
||||
../../profiles/web/services/mattermost.nix
|
||||
../../profiles/web/services/navidrome.nix
|
||||
../../profiles/web/services/netdata.nix
|
||||
../../profiles/web/services/nitter.nix
|
||||
../../profiles/web/services/ntopng.nix
|
||||
../../profiles/web/services/owncast.nix
|
||||
../../profiles/web/services/paperless.nix
|
||||
../../profiles/web/services/polaris.nix
|
||||
../../profiles/web/services/resilio.nix
|
||||
../../profiles/web/services/roundcube.nix
|
||||
../../profiles/web/services/thelounge.nix
|
||||
../../profiles/web/services/vaultwarden.nix
|
||||
../../profiles/web/services/webdav-zotero.nix
|
||||
#../../profiles/web/services/convos.nix
|
||||
#../../profiles/web/services/cryptpad.nix
|
||||
#../../profiles/web/services/galene.nix
|
||||
#../../profiles/web/services/graphana.nix
|
||||
#../../profiles/web/services/hedgedoc.nix
|
||||
#../../profiles/web/services/home-assistant.nix
|
||||
#../../profiles/web/services/jitsi-meet.nix
|
||||
#../../profiles/web/services/kukkee
|
||||
#../../profiles/web/services/matrix-synapse
|
||||
#../../profiles/web/services/shlink
|
||||
#../../profiles/web/services/sourcegraph
|
||||
#../../profiles/web/services/censordodge
|
||||
#../../profiles/web/services/openspeedtest
|
||||
#../../profiles/web/services/matrix-synapse.nix
|
||||
#../../profiles/web/services/shlink.nix
|
||||
#../../profiles/web/services/sourcegraph.nix
|
||||
#../../profiles/web/services/censordodge.nix
|
||||
#../../profiles/web/services/openspeedtest.nix
|
||||
|
||||
../../profiles/web/docs
|
||||
../../profiles/web/docs/pdoc.nix
|
||||
|
@ -67,9 +67,9 @@
|
|||
../../profiles/web/docs/programs.nix
|
||||
../../profiles/web/docs/yagcd.nix
|
||||
|
||||
../../profiles/web/sites/linktree-pbsds
|
||||
../../profiles/web/sites/refleksjon-no
|
||||
../../profiles/web/sites/roroslyd-no
|
||||
../../profiles/web/sites/linktree-pbsds.nix
|
||||
../../profiles/web/sites/refleksjon-no.nix
|
||||
../../profiles/web/sites/roroslyd-no.nix
|
||||
|
||||
#../../profiles/web/services/trivial-gradios
|
||||
|
||||
|
|
|
@ -9,18 +9,18 @@ in
|
|||
{
|
||||
dirname = "nix-manual";
|
||||
path = "${pkgs.nix.doc}/share/doc/nix/manual";
|
||||
desc = "Officia nixpkgs manual";
|
||||
desc = "Official nixpkgs manual";
|
||||
}
|
||||
{
|
||||
dirname = "nixpkgs-manual";
|
||||
basename= "manual.html";
|
||||
path = "${nixpkgs-manual}/share/doc/nixpkgs";
|
||||
desc = "Officia nixpkgs manual";
|
||||
desc = "Official nixpkgs manual";
|
||||
}
|
||||
{
|
||||
dirname = "nixos-manual";
|
||||
path = "${nixos-manual}/share/doc/nixos";
|
||||
desc = "Officia Nixos manual";
|
||||
desc = "Official Nixos manual";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# TODO: add remote-exec once packaged
|
||||
programs.bash.initExtra = ''
|
||||
# remote-exec
|
||||
if command -v remote >/dev/null && remote-quick >/dev/null; then
|
||||
if command -v remote >/dev/null && command -v remote-quick >/dev/null; then
|
||||
complete -F _command remote
|
||||
complete -F _command remote-quick
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue