diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 10:19:45 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 10:19:45 +0530 | 
| commit | 929157cb1fca28680ba281f4b43f651bd37976f5 (patch) | |
| tree | 4b9317002dacb7749110496684201c63bd188acc /machines/x/configuration.nix | |
| parent | d2c52ef0a5047e342b0029175c7103bbe22e51ca (diff) | |
update
Diffstat (limited to 'machines/x/configuration.nix')
| -rw-r--r-- | machines/x/configuration.nix | 7 | 
1 files changed, 1 insertions, 6 deletions
| 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; | 
