diff --git a/README.md b/README.md index defba660..60db580f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Add a /Storage btrfs subvolume for Docker * [ ] Potentially need to set up a new PGP key for use with ProtonMail * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ +* [ ] Podman mgiration - Potentially use nix-defined containers. # To Do List * [ ] Try this - Nix colors - [Link](https://github.com/Misterio77/nix-colors) diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 897c238a..e606d087 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -11,7 +11,7 @@ ./docker.nix ./wireguard.nix ./cron.nix - ] ++ lib.optional (builtins.isString desktop) ./rdesktop.nix; + ]; environment.systemPackages = [ inputs.deploy-rs.packages.${platform}.deploy-rs