Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
  
    gram: build
  
> ./nixos/cell/baseboard/machine.nix 
  
  Lenses 
(coming soon!)
# 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.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; };
  boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "usbhid" "sd_mod" ];
  boot.initrd.kernelModules = [ ];
  boot.kernelModules = [ "kvm-intel" ];
  boot.extraModulePackages = [ ];
  fileSystems."/" =
    { device = "/dev/disk/by-uuid/5183e7d8-cb0d-4cb3-9833-236f8513756b";
      fsType = "ext4";
    };
  boot.initrd.luks.devices."luks-e5d5b436-2d19-4051-9876-f7c8b6432bf8".device = "/dev/disk/by-uuid/e5d5b436-2d19-4051-9876-f7c8b6432bf8";
  fileSystems."/boot" =
    { device = "/dev/disk/by-uuid/E78C-6202";
      options = [ "fmask=0077" "dmask=0077" ];
      fsType = "vfat";
    };
  fileSystems."/home" =
    { device = "/dev/disk/by-uuid/cadd8f39-8c67-44b5-bb7b-b385b45bc334";
      fsType = "ext4";
    };
  boot.initrd.luks.devices."luks-b816c35b-9d38-4e03-b31b-8a91893999f8".device = "/dev/disk/by-uuid/b816c35b-9d38-4e03-b31b-8a91893999f8";
  fileSystems."/swap" =
    { device = "/dev/disk/by-uuid/bb24437f-aa43-4b14-b38e-d64ea8c29bbf";
      fsType = "ext4";
    };
  boot.initrd.luks.devices."luks-ea7cb656-8171-4441-a8a3-5ba7050cce09".device = "/dev/disk/by-uuid/ea7cb656-8171-4441-a8a3-5ba7050cce09";
  swapDevices = [ ];
  # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
  # (the default) this is the recommended approach. When using systemd-networkd it's
  # still possible to use this option, but it's recommended to use it in conjunction
  # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
  networking.useDHCP = lib.mkDefault true;
  # networking.interfaces.enp0s13f0u4u1c2.useDHCP = lib.mkDefault false;
  # networking.interfaces.wlp170s0.useDHCP = lib.mkDefault true;
  nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
  hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}