feat: add nixos facter
This commit is contained in:
parent
6657d4e7a2
commit
a793777d5d
5 changed files with 4223 additions and 20 deletions
|
|
@ -6,11 +6,11 @@
|
|||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
];
|
||||
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
my = {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
yubikey.luksSupport.enable = false;
|
||||
|
|
@ -143,6 +143,7 @@
|
|||
supportedFilesystems = [ "zfs" ];
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
initrd.availableKernelModules = [ "rtsx_pci_sdmmc" ];
|
||||
};
|
||||
|
||||
# SERVICES
|
||||
|
|
@ -152,7 +153,6 @@
|
|||
printing.enable = true;
|
||||
logind.lidSwitch = "hybrid-sleep";
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# NETWORKING
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue