From 036c8c34137a457258f75ca95089b097d2a25761 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 24 Apr 2024 13:25:16 +0900 Subject: [PATCH] Test --- README.md | 18 ++++++++---------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f351d491..50aa64b1 100644 --- a/README.md +++ b/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 - -## 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 "TODO" + * [ ] Add sound to XRDP config ## Home-Manager * [ ] Figure out what the home-manager `account` options are for. diff --git a/flake.nix b/flake.nix index 92a29665..2e005c5e 100644 --- a/flake.nix +++ b/flake.nix @@ -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