From bc995c30ca7cc07c9a2b700f37b1e44f14ca0c43 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 27 May 2025 13:38:49 -0500 Subject: [PATCH] disable disko for now --- flake.nix | 4 ++-- hosts/deck/configuration.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 1626281..39a6068 100755 --- a/flake.nix +++ b/flake.nix @@ -525,8 +525,8 @@ inherit inputs outputs; }; modules = [ - steamdeck-disko.nixosModules.disko - ./share/disko/disko.nix +# steamdeck-disko.nixosModules.disko +# ./share/disko/disko.nix steamdeck-impermanence.nixosModules.impermanence steamdeck-lanzaboote.nixosModules.lanzaboote ./hosts/deck/configuration.nix diff --git a/hosts/deck/configuration.nix b/hosts/deck/configuration.nix index baccc57..24196cd 100755 --- a/hosts/deck/configuration.nix +++ b/hosts/deck/configuration.nix @@ -10,7 +10,7 @@ ../default.nix ./boot.nix ./jovian.nix - # ./hardware-configuration.nix + ./hardware-configuration.nix ]; nixpkgs.config.allowUnfree = true;