kilgharrah: set up zfs datasets using randomcat's module
This commit is contained in:
parent
7e1f688699
commit
2951f948b4
4 changed files with 21 additions and 7 deletions
12
hosts/kilgharrah/datasets.nix
Normal file
12
hosts/kilgharrah/datasets.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.etc.crypttab.text = ''
|
||||
albion UUID=acda0e7a-069f-47c7-8e37-ec00e7cdde0f /root/luks-albion.key
|
||||
'';
|
||||
|
||||
randomcat.services.zfs.datasets = {
|
||||
"rpool_albion/data" = { mountpoint = "none"; };
|
||||
"rpool_albion/data/steam" = { mountpoint = "/home/qenya/.local/share/Steam"; };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue