mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 05:50:32 +01:00
10 lines
79 B
Nix
10 lines
79 B
Nix
{
|
|
config,
|
|
lib,
|
|
inputs,
|
|
...
|
|
}: {
|
|
systemd.mounts."frotting" = {
|
|
};
|
|
}
|