Actually working (probably) root on tmpfs
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{ lib, pkgs, inputs, ... }:
|
||||
{
|
||||
fileSystems = {
|
||||
"/persist" = {
|
||||
device = "/dev/disk/by-label/persist";
|
||||
fsType = "ext4";
|
||||
neededForBoot = true;
|
||||
};
|
||||
};
|
||||
|
||||
my = {
|
||||
server.enable = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user