set default passwords for root and me user

This commit is contained in:
Sebastian Moser
2023-10-31 18:08:48 +01:00
parent acd8df5f37
commit dbe2eb1604

View File

@@ -49,6 +49,8 @@
[miscellany] [miscellany]
global-ignores = node_modules global-ignores = node_modules
''; # 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/me-pwd".text = "changeme";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [