From 39f30359bb232f7152e7dabb8fc99a4116c60869 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 20 Nov 2023 23:30:26 -0700 Subject: nixpkgs comes with a module to build an iso of the matching version thanks to this, I should in theory only need to add some > > minor configurations to make it accessible via ssh, and > then I can set it up from there --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cea91d2..947cf65 100644 --- a/flake.nix +++ b/flake.nix @@ -187,6 +187,13 @@ # }; nixosConfigurations = { + live = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + (nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix") + ./modules/users/defin.nix + ]; + }; zenbook = nixpkgs.lib.nixosSystem { # inherit system; -- cgit v1.2.3