zenix: steam for TV, mount hdd

This commit is contained in:
tristan 2025-02-21 19:12:16 +00:00
parent 297c241458
commit 12e4057705
2 changed files with 6 additions and 1 deletions

View file

@ -57,6 +57,11 @@ in {
fsType = "vfat";
};
fileSystems."/mnt/hdd" = {
device = "/dev/disk/by-uuid/50d1b0ee-9eb1-4493-acea-4e5bd4b127c8";
fsType = "ext4";
};
boot.plymouth.enable = true;
boot.initrd.verbose = false;
boot.consoleLogLevel = 1;