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

10 lines
79 B
Nix

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