fixed indentation around svn config so that leading whitespace is removed
This commit is contained in:
@@ -43,15 +43,15 @@
|
||||
|
||||
home.sessionPath = [ "${self}/mybin" ];
|
||||
|
||||
home.file = {
|
||||
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
|
||||
".subversion/config".text = ''
|
||||
[miscellany]
|
||||
global-ignores = node_modules
|
||||
''; # documentation for this config file: https://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html
|
||||
".mysecrets/root-pwd".text = "changeme";
|
||||
".mysecrets/me-pwd".text = "changeme";
|
||||
};
|
||||
home.file = {
|
||||
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
|
||||
".subversion/config".text = ''
|
||||
[miscellany]
|
||||
global-ignores = node_modules target
|
||||
''; # documentation for this config file: https://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html
|
||||
".mysecrets/root-pwd".text = "changeme";
|
||||
".mysecrets/me-pwd".text = "changeme";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vim
|
||||
|
||||
Reference in New Issue
Block a user