1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

kropsify some more

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:43:08 +02:00
parent b9a6f33aa4
commit 60a08c6783
24 changed files with 72 additions and 59 deletions

View File

@@ -1,7 +1,8 @@
{ config, pkgs, ... }:
{
imports =
[ <niveum/main.nix>
[ <systems/generic.nix>
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;

View File

@@ -6,7 +6,6 @@
{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
./config.nix
];
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usb_storage" "sd_mod" "sdhci_acpi" "rtsx_usb_sdmmc" ];