mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
remove helix flake, add openwrt to router
This commit is contained in:
parent
af80cf73db
commit
2bacb74cc1
8 changed files with 47 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, modulesPath, ... }:
|
||||
{ lib, pkgs, config, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
|
@ -16,6 +16,7 @@
|
|||
|
||||
# in case we need to rescue a zfs machine
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
boot.swraid.enable = lib.mkForce false;
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue