summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
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;