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
|
||||
* [ ] 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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
@ -103,7 +103,7 @@
|
|||
frankfurt-linode-01 = libx.deploy { hostname = "frankfurt-linode-01"; };
|
||||
|
||||
# Servers
|
||||
# framework-server = libx.deploy { hostname = "framework-server"; };
|
||||
# framework-server = libx.deploy { hostname = "framework-server"; };
|
||||
warsaw-ovh-01 = libx.deploy { hostname = "warsaw-ovh-01"; };
|
||||
# nuc-server = libx.deploy { hostname = "nuc-server"; };
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue