kilgharrah: move all zfs dataset declarations to one place
This commit is contained in:
parent
acf451a1c9
commit
8823cd9b36
3 changed files with 26 additions and 22 deletions
|
@ -1,11 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
randomcat.services.zfs.datasets = {
|
||||
"rpool_albion/srv" = { mountpoint = "none"; };
|
||||
"rpool_albion/srv/ftp" = { mountpoint = "/srv/ftp"; };
|
||||
};
|
||||
|
||||
age.secrets.ftp-userDb-qenya = {
|
||||
# To update this, see the nixos docs for services.vsftpd.userDbPath. Note
|
||||
# that the command it gives to create a userDb, if applied to an *existing*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue