nixos-config/hosts/x86_64-linux/beleth/systemd-mount.nix

7 lines
74 B
Nix

{config, lib, inputs, ...}:
{
systemd.mounts."frotting" = {
};
}