diff options
Diffstat (limited to 'machines/109-199-104-83.nix')
| -rw-r--r-- | machines/109-199-104-83.nix | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/machines/109-199-104-83.nix b/machines/109-199-104-83.nix new file mode 100644 index 0000000..9b61ca4 --- /dev/null +++ b/machines/109-199-104-83.nix @@ -0,0 +1,35 @@ +# Do not modify this file! It was generated by ‘nixos-generate-config’ +# and may be overwritten by future invocations. Please make changes +# to /etc/nixos/configuration.nix instead. +{ + config, + lib, + pkgs, + modulesPath, + ... +}: { + imports = [ + (modulesPath + "/profiles/qemu-guest.nix") + ]; + + boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod"]; + boot.initrd.kernelModules = []; + boot.kernelModules = []; + boot.extraModulePackages = []; + + fileSystems."/" = { + device = "/dev/disk/by-uuid/159e6a69-b4e2-49c3-a6f0-5fcba0ea6a59"; + fsType = "ext4"; + }; + + fileSystems."/efi" = { + device = "systemd-1"; + fsType = "autofs"; + }; + + swapDevices = []; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + + system.stateVersion = "25.11"; +} |
