summaryrefslogtreecommitdiff
path: root/machines/x/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/x/configuration.nix')
-rw-r--r--machines/x/configuration.nix7
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;