updates
This commit is contained in:
parent
6133fdce0e
commit
2ab5ef0e33
4 changed files with 5 additions and 7 deletions
|
@ -50,10 +50,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
* [ ] Add audio to rdesktop xrdp config
|
* [ ] Add audio to rdesktop xrdp config
|
||||||
* [ ] Figure out a way to pass through GPG AND SSH authentications via SSH (so I can use my YubiKey on my server remotely)
|
* [ ] Figure out a way to pass through GPG AND SSH authentications via SSH (so I can use my YubiKey on my server remotely)
|
||||||
|
|
||||||
## home-manager
|
|
||||||
* [ ] Firefox:
|
|
||||||
* [ ] Arkenfox interfering with some audio settings (media.mediasource, for example)
|
|
||||||
|
|
||||||
## Homelab General
|
## Homelab General
|
||||||
* [ ] Upgrades:
|
* [ ] Upgrades:
|
||||||
* [ ] Headscale 0.23 - Need to update the web ui
|
* [ ] Headscale 0.23 - Need to update the web ui
|
||||||
|
|
|
@ -232,3 +232,5 @@
|
||||||
* [x] KDE:
|
* [x] KDE:
|
||||||
* [x] Add config for tiling <Meta-T>
|
* [x] Add config for tiling <Meta-T>
|
||||||
* [x] Try Darkman - [Link](https://home-manager-options.extranix.com/?query=services.darkman&release=master)
|
* [x] Try Darkman - [Link](https://home-manager-options.extranix.com/?query=services.darkman&release=master)
|
||||||
|
* [x] Firefox:
|
||||||
|
* [x] Arkenfox interfering with some audio settings (media.mediasource, for example)
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
|
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||||
|
|
||||||
# Containers
|
# Containers
|
||||||
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; };
|
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "gruvbox"; };
|
||||||
};
|
};
|
||||||
deploy.nodes = {
|
deploy.nodes = {
|
||||||
# Linode VMs
|
# Linode VMs
|
||||||
|
|
|
@ -4,7 +4,7 @@ let
|
||||||
in {
|
in {
|
||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; };
|
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; theme = "gruvbox"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# Networking config
|
# Networking config
|
||||||
|
|
Loading…
Reference in a new issue