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.sessionPath = [ "${self}/mybin" ];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
|
".config/rclone".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/rclone-conf";
|
||||||
".subversion/config".text = ''
|
".subversion/config".text = ''
|
||||||
[miscellany]
|
[miscellany]
|
||||||
global-ignores = node_modules
|
global-ignores = node_modules target
|
||||||
''; # documentation for this config file: https://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html
|
''; # documentation for this config file: https://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html
|
||||||
".mysecrets/root-pwd".text = "changeme";
|
".mysecrets/root-pwd".text = "changeme";
|
||||||
".mysecrets/me-pwd".text = "changeme";
|
".mysecrets/me-pwd".text = "changeme";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
|||||||
Reference in New Issue
Block a user