Test
This commit is contained in:
parent
5981703db4
commit
036c8c3413
2 changed files with 9 additions and 11 deletions
18
README.md
18
README.md
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue