From 929157cb1fca28680ba281f4b43f651bd37976f5 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 11 Mar 2024 10:19:45 +0530 Subject: update --- machines/x/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'machines/x/configuration.nix') diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 0a69e77..80883ed 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -20,16 +20,11 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.extraModprobeConfig = "options kvm_intel nested=1"; + boot.extraModprobeConfig = "options kvm_amd nested=1"; nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfreePredicate = _: true; - fileSystems."/data" = { - device = "/dev/sda"; - fsType = "ext4"; - }; - networking.hostName = "x"; home-manager.users.compromyse = import ./home.nix; -- cgit v1.2.3