This commit is contained in:
albert 2024-09-24 06:34:05 +02:00
parent 6133fdce0e
commit 2ab5ef0e33
Signed by: albert
GPG key ID: 3895DD267CA11BA9
4 changed files with 5 additions and 7 deletions

View file

@ -50,10 +50,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] 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)
## home-manager
* [ ] Firefox:
* [ ] Arkenfox interfering with some audio settings (media.mediasource, for example)
## Homelab General
* [ ] Upgrades:
* [ ] Headscale 0.23 - Need to update the web ui

View file

@ -232,3 +232,5 @@
* [x] KDE:
* [x] Add config for tiling <Meta-T>
* [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)

View file

@ -94,7 +94,7 @@
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
# Containers
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; };
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "gruvbox"; };
};
deploy.nodes = {
# Linode VMs

View file

@ -4,7 +4,7 @@ let
in {
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