diff options
author | tv <tv@krebsco.de> | 2021-01-14 16:41:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-01-14 16:41:47 +0100 |
commit | 102b34fc38ae15d4ba43c440a98a3ad95f9d1f03 (patch) | |
tree | ac9628387303109b90794cb91b4298ecc7181af8 /tv | |
parent | 01000bafbaf72ce0fdffb00bf9dbf9261b40bd95 (diff) |
tv mu: fsck.repair=yes
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mu/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index d516928..c80a9ba 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -17,6 +17,7 @@ with import <stockholm/lib>; boot.initrd.luks.devices.muca.device = "/dev/sda2"; boot.initrd.availableKernelModules = [ "ahci" ]; boot.kernelModules = [ "fbcon" "kvm-intel" ]; + boot.kernelParams = [ "fsck.repair=yes" ]; boot.extraModulePackages = [ ]; fileSystems = { |