summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-01-14 16:41:47 +0100
committertv <tv@krebsco.de>2021-01-14 16:41:47 +0100
commit102b34fc38ae15d4ba43c440a98a3ad95f9d1f03 (patch)
treeac9628387303109b90794cb91b4298ecc7181af8 /tv/1systems
parent01000bafbaf72ce0fdffb00bf9dbf9261b40bd95 (diff)
tv mu: fsck.repair=yes
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/mu/config.nix1
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 = {