From f8e593a51c03d558b7d4875b56f2f93bb7cf2888 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Tue, 11 Mar 2025 22:39:59 +0200 Subject: [PATCH] a --- flake.nix | 1 + hosts/default/hardware-configuration.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index c4bffb0..1e1ae70 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,7 @@ inputs.disko.nixosModules.disko ./hosts/default/hardware-configuration.nix ./hosts/default/configuration.nix + ./hosts/default/disko.nix ]; }; }; diff --git a/hosts/default/hardware-configuration.nix b/hosts/default/hardware-configuration.nix index f3ea889..0fab9fe 100644 --- a/hosts/default/hardware-configuration.nix +++ b/hosts/default/hardware-configuration.nix @@ -13,6 +13,7 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; +/* fileSystems."/" = { device = "/dev/disk/by-uuid/8efee6be-05b9-4349-966b-4cf924c644e4"; fsType = "btrfs"; @@ -44,6 +45,7 @@ }; swapDevices = [ { device = "/swap/swapfile"; } ]; +*/ # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's