diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 12:25:22 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 12:25:22 -0800 |
commit | 2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8 (patch) | |
tree | c0119c23d95ef5f4a5cce0593dd3f8cc01e1ebd2 | |
parent | 6e28154d875a1750213402a145deadc8d0ea6b35 (diff) | |
download | nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.tar nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.tar.gz nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.tar.bz2 nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.tar.lz nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.tar.xz nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.tar.zst nix-2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8.zip |
Remove disko @richese
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | hosts/richese/default.nix | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -168,7 +168,7 @@ richese = nixpkgs.lib.nixosSystem rec { specialArgs = { inherit inputs outputs; }; modules = [ - disko.nixosModules.disko + #disko.nixosModules.disko ./hosts/richese home-manager.nixosModules.home-manager { home-manager.users.root = import ./home/root/richese.nix; diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index a57e142..5cf92c2 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -13,7 +13,6 @@ ]; imports = [ - ./disks.nix ./hardware-configuration.nix ../common/core #../common/optional/db.nix |