mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: use stage1 systemd (and enable initrd sshd on ward)
This commit is contained in:
parent
20adc139f8
commit
c26b5d3c89
6 changed files with 40 additions and 45 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
../common/core
|
||||
../common/hardware/intel.nix
|
||||
#../common/initrd-ssh.nix
|
||||
../common/initrd-ssh.nix
|
||||
../common/efi.nix
|
||||
../common/zfs.nix
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
./net.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" "r8169"];
|
||||
|
||||
#services.authelia.instances.main = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue