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: nux
> ./cell/chesapeake/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 = [ ];
boot.initrd.luks.devices."luks-9be28736-babb-4ae7-9785-d9d12247f99c".device = "/dev/disk/by-uuid/9be28736-babb-4ae7-9785-d9d12247f99c";
fileSystems."/" = { device = "/dev/disk/by-uuid/edb81381-1799-41aa-a645-3648cbdffea0"; fsType = "ext4"; };
boot.initrd.luks.devices."luks-7f5e9e77-3589-4c9b-8769-4a04cbb7d06c".device = "/dev/disk/by-uuid/7f5e9e77-3589-4c9b-8769-4a04cbb7d06c";
fileSystems."/nix" = { device = "/dev/disk/by-uuid/c4a5891b-4a50-422d-98fa-4d97a5f0324a"; fsType = "ext4"; };
fileSystems."/home/calliope/disc/nvme0n1p6" = { device = "/dev/nvme0n1p6"; fsType = "ext4"; };
fileSystems."/boot" = { device = "/dev/disk/by-uuid/97E0-9091"; fsType = "vfat"; };
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;
}