From 0bcabe1c4b1dd74af233674dfa6c6ec3011ce2c0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 18 Jan 2022 09:43:24 +0100 Subject: restructuring directories --- hosts/chaski/hardware-configuration.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 hosts/chaski/hardware-configuration.nix (limited to 'hosts/chaski/hardware-configuration.nix') diff --git a/hosts/chaski/hardware-configuration.nix b/hosts/chaski/hardware-configuration.nix deleted file mode 100644 index 54fbcba..0000000 --- a/hosts/chaski/hardware-configuration.nix +++ /dev/null @@ -1,23 +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" "virtio_pci" "xhci_pci" "sd_mod" "sr_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/5beea4aa-5ea3-4518-9b7d-97f289be92ea"; - fsType = "ext4"; - }; - - swapDevices = [ ]; - -} -- cgit v1.2.3