This commit is contained in:
albert 2024-04-24 13:25:16 +09:00
parent 5981703db4
commit 036c8c3413
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 9 additions and 11 deletions

View file

@ -45,16 +45,14 @@ nix develop -c /etc/nixos/git/docs/setup.sh
---
# To Do List
* [ ] Various Fixes
* re-enable a few things when 24.05 is stable <SPC-S "TODO">
## Host Specific
### framework-server
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
* [ ] Podman mgiration - Potentially use nix-defined containers.
## General
* [ ] Security hardening / scans / etc
* [ ] Steam Deck config
* [ ] Complete bakersfield-rpi4 image
* [ ] Secrets / Tailscale keys for:
* [ ] bakersfield-rpi4
* [ ] steamdeck
* [ ] 24.05 Updates:
* [ ] Re-enable a few things <SPC-S> "TODO"
* [ ] Add sound to XRDP config
## Home-Manager
* [ ] Figure out what the home-manager `account` options are for.

View file

@ -99,7 +99,7 @@
nixos-linode-img = libx.mkMinImage { hostname = "nixos-linode-img"; format = "linode"; };
nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; format = "sd-aarch64"; system = "aarch64-linux"; };
nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; };
nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "plasma6"; unfree = true; repo = "nixpkgs-unstable"; };
nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "gnome"; unfree = true; repo = "nixpkgs-unstable"; };
};
# Checks for deploy-rs - Makes deploy-rs fail when system evaluations fail