diff options
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |
