moved open-gist to o001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-17 00:09:57 -05:00
parent dc9f1a278b
commit dccf075b17
6 changed files with 208 additions and 187 deletions

View file

@ -46,7 +46,8 @@
./configuration.nix
./hardware-configuration.nix
./nginx.nix
./vaultwarden.nix
./containers/vaultwarden.nix
./containers/opengist.nix
(
{ pkgs, ... }:
{
@ -65,7 +66,6 @@
};
programs = {
tailnet.enable = true;
tailnet.useSecretsAuth = false;
ssh.enable = true;
docker.enable = true;
};