Update README, use rdesktop
Some checks failed
build-linode-img / build-linode-img (push) Failing after 33s
Some checks failed
build-linode-img / build-linode-img (push) Failing after 33s
This commit is contained in:
parent
12c272e092
commit
f7320daabc
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
* [ ] Add a /Storage btrfs subvolume for Docker
|
* [ ] Add a /Storage btrfs subvolume for Docker
|
||||||
* [ ] Potentially need to set up a new PGP key for use with ProtonMail
|
* [ ] Potentially need to set up a new PGP key for use with ProtonMail
|
||||||
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
|
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
|
||||||
|
* [ ] Podman mgiration - Potentially use nix-defined containers.
|
||||||
|
|
||||||
# To Do List
|
# To Do List
|
||||||
* [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors)
|
* [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./cron.nix
|
./cron.nix
|
||||||
] ++ lib.optional (builtins.isString desktop) ./rdesktop.nix;
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.deploy-rs.packages.${platform}.deploy-rs
|
inputs.deploy-rs.packages.${platform}.deploy-rs
|
||||||
|
|
Loading…
Reference in a new issue