summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu/config.nix
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
commit0260651324ae28b58b9d565f03d9f9c81a50219f (patch)
treecc8a0272f4c0d95b4c905a8d4450b5964b91e87b /tv/1systems/mu/config.nix
parentd59ef4a45c644e8882acf408991f3fcb3f759ebd (diff)
tv mu: fsck.repair=yes
Diffstat (limited to 'tv/1systems/mu/config.nix')
-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 d5169281..c80a9ba1 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 = {