zenix: steam for TV, mount hdd
This commit is contained in:
parent
297c241458
commit
12e4057705
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue