Attempt to set up guacamole
This commit is contained in:
parent
7bee8357aa
commit
e924b339c8
37 changed files with 434 additions and 422 deletions
scripts
|
@ -16,6 +16,7 @@ cal IN CNAME lapetus
|
|||
diptime IN CNAME lapetus
|
||||
docs.smos IN CNAME lapetus
|
||||
grafana IN CNAME lapetus
|
||||
guacamole IN CNAME lapetus
|
||||
intray IN CNAME lapetus
|
||||
irc IN CNAME lapetus
|
||||
jupyter IN CNAME lapetus
|
||||
|
@ -37,8 +38,8 @@ tunnel.lapetus IN CNAME 347d9ead-a523-4f8b-bca7-3066e31e2952.cfargotunnel.c
|
|||
|
||||
; lapetus services using cloudflare tunnels
|
||||
bin IN CNAME tunnel.lapetus
|
||||
jupyter IN CNAME tunnel.lapetus
|
||||
git IN CNAME tunnel.lapetus
|
||||
jupyter IN CNAME tunnel.lapetus
|
||||
|
||||
; github pages
|
||||
doffycup IN CNAME prescientmoon.github.io.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo nixos-rebuild switch --flake .#$hostname --show-trace --fast
|
||||
sudo nixos-rebuild switch --flake .#$HOSTNAME --show-trace --fast
|
||||
|
|
2
scripts/repl.sh
Executable file
2
scripts/repl.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
nix repl ".#nixosConfigurations.$1.config"
|
Loading…
Add table
Add a link
Reference in a new issue