postinstall
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
||||
fullName = "Love";
|
||||
hostName = "Kronos";
|
||||
homeDir = "/home/${userName}";
|
||||
installDisk = "/dev/disk/by-id/wwn-0x5001b444a9734c0e";
|
||||
installDisk = "/dev/disk/by-id/ata-SanDisk_SD8SB8U-256G-1006_173702422853";
|
||||
in
|
||||
{
|
||||
_module.args = {
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
{ ... }:
|
||||
# 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" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
unzip
|
||||
wget
|
||||
zsh
|
||||
killall
|
||||
];
|
||||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
Reference in New Issue
Block a user