From aae387456a7604834d463c305d9899516ec4513c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 4 Apr 2021 15:05:56 +0200 Subject: chore(tazjin/tverskoy): Mount SD card on boot Change-Id: Ifab7ec411f8dbd932aeee15d45ebd53e24917d04 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2846 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'users/tazjin/nixos/tverskoy/default.nix') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index d1dabf79c2..54f1afa510 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -81,6 +81,12 @@ in lib.fix(self: { neededForBoot = true; }; + # SD card + "/mnt" = { + device = "/dev/disk/by-uuid/c602d703-f1b9-4a44-9e45-94dfe24bdaa8"; + fsType = "ext4"; + }; + "/boot" = { device = "/dev/disk/by-uuid/BF4F-388B"; fsType = "vfat"; -- cgit 1.4.1