added new feature to tasks
This commit is contained in:
parent
c1f90f07c9
commit
a31230fe67
|
@ -54,7 +54,6 @@ nix multi user, multi system, configuration with `sops` secret management, `home
|
||||||
- nginx config should be reworked to give a list of subdomains and then the config information to apply to each proxy
|
- nginx config should be reworked to give a list of subdomains and then the config information to apply to each proxy
|
||||||
## New Features
|
## New Features
|
||||||
- offline access for nfs mounts (overlay with rsync might be a good option here? https://www.spinics.net/lists/linux-unionfs/msg07105.html note about nfs4 and overlay fs)
|
- offline access for nfs mounts (overlay with rsync might be a good option here? https://www.spinics.net/lists/linux-unionfs/msg07105.html note about nfs4 and overlay fs)
|
||||||
- Flake templates - we need to add these to some kind of local registry??? `nix flake show templates` - https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake-init
|
|
||||||
- samba mounts
|
- samba mounts
|
||||||
- figure out steam vr things?
|
- figure out steam vr things?
|
||||||
- Open GL?
|
- Open GL?
|
||||||
|
@ -70,3 +69,4 @@ nix multi user, multi system, configuration with `sops` secret management, `home
|
||||||
- Create Tor guard/relay server
|
- Create Tor guard/relay server
|
||||||
- remote distributed builds - https://nix.dev/tutorials/nixos/distributed-builds-setup.html
|
- remote distributed builds - https://nix.dev/tutorials/nixos/distributed-builds-setup.html
|
||||||
- migrate away from flakes and move to npins
|
- migrate away from flakes and move to npins
|
||||||
|
- forgejo dedicated sshd that can only do forgejo things and that the main deamon proxies to when trying to log in with the git user, with the goal of being able to host that deamon on port 22222 and set up a port forward rule on gateway for 22 -> deamon:22222
|
Loading…
Reference in a new issue