From ffcafe2d884bcc5815c56187112fee0eed141b28 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 18 Jan 2024 14:12:02 +0000 Subject: [PATCH] Remove unneeded line for nixos system --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 5e4b246..3200d24 100644 --- a/flake.nix +++ b/flake.nix @@ -17,10 +17,7 @@ # Add Disko for disk management disko.nixosModules.disko ./disko-config.nix - { - _module.args.disks = [ "/dev/vda" ]; - } - #./configuration.nix + ./configuration.nix ./hardware-configuration.nix ]; };