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 | 0260651324ae28b58b9d565f03d9f9c81a50219f (patch) | |
tree | cc8a0272f4c0d95b4c905a8d4450b5964b91e87b /tv | |
parent | d59ef4a45c644e8882acf408991f3fcb3f759ebd (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 d5169281d..c80a9ba1d 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 = { |