move open gist to h001 from o001
This commit is contained in:
parent
7ae9357941
commit
ddd64258a2
5 changed files with 14 additions and 16 deletions
|
@ -6,6 +6,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
# common.nixosModules.containers.librechat
|
# common.nixosModules.containers.librechat
|
||||||
common.nixosModules.containers.forgejo
|
common.nixosModules.containers.forgejo
|
||||||
|
./opengist.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
|
@ -8,7 +8,6 @@ let
|
||||||
v_port = 6157;
|
v_port = 6157;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
virtualisation.oci-containers.backend = "docker";
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
opengist = {
|
opengist = {
|
||||||
user = "root";
|
user = "root";
|
||||||
|
@ -26,8 +25,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."gist.joshuabell.xyz" = {
|
services.nginx.virtualHosts."gist.joshuabell.xyz" = {
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
|
@ -45,6 +45,7 @@
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
appimage-run
|
appimage-run
|
||||||
rustdesk-flutter
|
rustdesk-flutter
|
||||||
|
element-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
# Also allow this key to work for root user, this will let us use this as a remote builder easier
|
# Also allow this key to work for root user, this will let us use this as a remote builder easier
|
||||||
|
|
24
hosts/oracle/o001/flake.lock
generated
24
hosts/oracle/o001/flake.lock
generated
|
@ -32,17 +32,17 @@
|
||||||
"ragenix": "ragenix"
|
"ragenix": "ragenix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745444238,
|
"lastModified": 1746052265,
|
||||||
"narHash": "sha256-zT1T9zC7dr+HApuC390eQHPpCJq4vYvOwYSq507DtFA=",
|
"narHash": "sha256-/cb1BPEUb1O/clHP101M52hvUZ2zo8FAyJS7BF/M3Mg=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "214e6f289da1e888ff547aff173aaffc8517092b",
|
"rev": "7ae93579413e6bfcc6a55d1fae05ef77dc224676",
|
||||||
"revCount": 399,
|
"revCount": 436,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"crane": {
|
"crane": {
|
||||||
|
@ -1263,17 +1263,17 @@
|
||||||
"rust-overlay": "rust-overlay_2"
|
"rust-overlay": "rust-overlay_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744648171,
|
"lastModified": 1745585761,
|
||||||
"narHash": "sha256-DodI1yschNbktPZiGKM6Gke2pgEM0J4wkVaM+Ygk0Cs=",
|
"narHash": "sha256-xS3068xhndFrZh9GcTTNTmeebGq1A3uVykRRdzJOj3Y=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "0a14d0e7451d17a2f368749cf269c6a59aa35059",
|
"rev": "e5523910a0c07c88d026d006f5962434bfa53548",
|
||||||
"revCount": 274,
|
"revCount": 277,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/nvim"
|
"url": "https://git.joshuabell.xyz/ringofstorms/nvim"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/nvim"
|
"url": "https://git.joshuabell.xyz/ringofstorms/nvim"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-overlay": {
|
"rust-overlay": {
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./containers/vaultwarden.nix
|
./containers/vaultwarden.nix
|
||||||
./containers/opengist.nix
|
|
||||||
./mods/postgresql.nix
|
./mods/postgresql.nix
|
||||||
./mods/atuin.nix
|
./mods/atuin.nix
|
||||||
./mods/rustdesk-server.nix
|
./mods/rustdesk-server.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue