vm: only x86_64-linux

This commit is contained in:
2024-12-02 19:47:05 +02:00
parent b42f4b2562
commit 4253e78b07
2 changed files with 9 additions and 15 deletions

View File

@@ -7,10 +7,13 @@
imports = [
"${modulesPath}/profiles/all-hardware.nix"
"${modulesPath}/installer/cd-dvd/iso-image.nix"
../../modules
../../modules/profiles/btrfs
../../modules/profiles/desktop
];
mj = {
stateVersion = "24.05";
stateVersion = "24.11";
timeZone = "UTC";
username = "nixos";
@@ -24,7 +27,6 @@
boot = {
loader.systemd-boot.enable = true;
supportedFilesystems = [
"zfs"
"btrfs"
];
};