mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
update:flake Version 406 -> 407: bat: 0.26.0 → 0.26.1, +17.6 KiB brave: 1.84.141 → 1.85.111, +2964.5 KiB hyprlang: 0.6.6 → 0.6.7 ipxe: 1.21.1-unstable-2025-11-26 → 1.21.1-unstable-2025-12-03 kazumi: 1.9.0 → 1.9.1, +218.1 KiB libbytesize: 2.11 → 2.12 libvlc: 3.0.21 → 3.0.22, +1912.7 KiB mesa: 25.3.0 → 25.3.1, +52.0 KiB nixos-system-dos: 26.05.20251202.418468a → 26.05.20251205.f61125a scx_full: 1.0.18 → 1.0.19, +27223.4 KiB source: +548.8 KiB xwayland-satellite: 0.7 → 0.8, +891.4 KiB zed-editor: 0.214.7 → 0.215.3, +16693.9 KiB
34 lines
1.0 KiB
Nix
34 lines
1.0 KiB
Nix
# 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" "usbhid" ];
|
||
boot.initrd.kernelModules = [ ];
|
||
boot.kernelModules = [ "kvm-amd" ];
|
||
boot.extraModulePackages = [ ];
|
||
|
||
fileSystems."/" =
|
||
{ device = "/dev/mapper/luks-6647cbcd-ed3a-4205-9a2c-78e337e2f3bf";
|
||
fsType = "xfs";
|
||
};
|
||
|
||
boot.initrd.luks.devices."luks-6647cbcd-ed3a-4205-9a2c-78e337e2f3bf".device = "/dev/disk/by-uuid/6647cbcd-ed3a-4205-9a2c-78e337e2f3bf";
|
||
|
||
fileSystems."/boot" =
|
||
{ device = "/dev/disk/by-uuid/CE66-E001";
|
||
fsType = "vfat";
|
||
options = [ "fmask=0077" "dmask=0077" ];
|
||
};
|
||
|
||
swapDevices = [ ];
|
||
|
||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||
}
|