summaryrefslogtreecommitdiff
path: root/machines/109-199-104-83.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/109-199-104-83.nix')
-rw-r--r--machines/109-199-104-83.nix35
1 files changed, 0 insertions, 35 deletions
diff --git a/machines/109-199-104-83.nix b/machines/109-199-104-83.nix
deleted file mode 100644
index 9b61ca4..0000000
--- a/machines/109-199-104-83.nix
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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";
-}