From 519d8ec24f9447c7a922353dde07f7abe2895d75 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 27 Jul 2025 19:26:04 +0200 Subject: Add new zibeline machine configuration Signed-off-by: Mel --- machines/zibeline/hardware.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 machines/zibeline/hardware.nix (limited to 'machines/zibeline/hardware.nix') diff --git a/machines/zibeline/hardware.nix b/machines/zibeline/hardware.nix new file mode 100644 index 0000000..b60a848 --- /dev/null +++ b/machines/zibeline/hardware.nix @@ -0,0 +1,23 @@ +# 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 = [ ]; + + boot.initrd.availableKernelModules = [ "ata_piix" "sd_mod" ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = + { device = "/dev/disk/by-uuid/a029352d-e2e9-432d-ae2a-43921652ea8b"; + fsType = "ext4"; + }; + + swapDevices = [ ]; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + virtualisation.hypervGuest.enable = true; +} -- cgit 1.4.1