From 64a15676ac5b7cb8990d683f19ad78ac9a6bc4ef Mon Sep 17 00:00:00 2001 From: sbh69840 Date: Tue, 9 May 2023 15:57:49 +0530 Subject: support authorized_keys for users --- modules/lib/write-text.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/lib') diff --git a/modules/lib/write-text.nix b/modules/lib/write-text.nix index ddf4076..2fe02af 100644 --- a/modules/lib/write-text.nix +++ b/modules/lib/write-text.nix @@ -45,6 +45,14 @@ in ''; }; + copy = mkOption { + type = types.bool; + default = false; + description = '' + Whether this file should be copied instead of symlinking. + ''; + }; + knownSha256Hashes = mkOption { internal = true; type = types.listOf types.str; -- cgit v1.2.3