mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -34,6 +34,10 @@ let
|
|||||||
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.storage}/SSH/${inputs.zeroq.devices.server.hostname}";
|
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.storage}/SSH/${inputs.zeroq.devices.server.hostname}";
|
||||||
target = ".ssh";
|
target = ".ssh";
|
||||||
};
|
};
|
||||||
|
"Music" = {
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/External/Music";
|
||||||
|
target = "${config.home.homeDirectory}/Music";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
username = "${inputs.zeroq.devices.admin}";
|
username = "${inputs.zeroq.devices.admin}";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user