diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-08 09:00:57 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-08 09:00:57 -0800 |
| commit | 7ff5c2e346a8efeba0c27f473271d8298a1266c2 (patch) | |
| tree | a536441a137be3d6122b4d8a247db76f9cd8d12a /hosts/carmel/hardware.nix | |
| parent | build(deps): bump cachix/install-nix-action from 23 to 24 (diff) | |
| download | infra-7ff5c2e346a8efeba0c27f473271d8298a1266c2.tar.gz | |
delete configuration for old machines
These machines are gone, no need to keep the configuration around.
Diffstat (limited to 'hosts/carmel/hardware.nix')
| -rw-r--r-- | hosts/carmel/hardware.nix | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/hosts/carmel/hardware.nix b/hosts/carmel/hardware.nix deleted file mode 100644 index 44f46ae..0000000 --- a/hosts/carmel/hardware.nix +++ /dev/null @@ -1,26 +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 = - [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { - device = "/dev/disk/by-uuid/88b61fbd-a74e-4458-bf2e-65721bb06497"; - fsType = "ext4"; - }; - - fileSystems."/boot/efi" = - { - device = "/dev/disk/by-uuid/779F-4030"; - fsType = "vfat"; - }; - - swapDevices = [ ]; -} |
