From 4f591cc9c9663c413e8eb5cd8401a34a3251e30c Mon Sep 17 00:00:00 2001 From: Patryk Niedzwiedzinski Date: Sun, 29 Sep 2024 16:23:16 +0200 Subject: Remove old machines --- machines/srv1/hardware-configuration.nix | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 machines/srv1/hardware-configuration.nix (limited to 'machines/srv1/hardware-configuration.nix') diff --git a/machines/srv1/hardware-configuration.nix b/machines/srv1/hardware-configuration.nix deleted file mode 100644 index 3631a5d..0000000 --- a/machines/srv1/hardware-configuration.nix +++ /dev/null @@ -1,27 +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 + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "usb_storage" "usbhid" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "dme1737" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/7daf3fc2-5800-47f8-a4fd-12a7229f727a"; - fsType = "ext4"; - }; - - swapDevices = [ - { - device = "/swapfile"; size = 2048; - } - ]; - -} -- cgit 1.4.1