aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-12 12:25:22 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-12 12:25:22 -0800
commit2ae1e1016411ac06cbbbe8244f63a8f7eb83f1e8 (patch)
treec0119c23d95ef5f4a5cce0593dd3f8cc01e1ebd2 /flake.nix
parent6e28154d875a1750213402a145deadc8d0ea6b35 (diff)
downloadnix-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
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f87cd07..df50eea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;