Add home-manager flake module and update imports
Comment out grub2-theme and nextcloud home-manager config
This commit is contained in:
parent
a7a1763fe0
commit
97b63074f0
4 changed files with 15 additions and 13 deletions
|
|
@ -41,14 +41,14 @@ in {
|
|||
groups.${cfg.group} = {};
|
||||
};
|
||||
|
||||
home-manager.users.${cfg.user}.home = {
|
||||
stateVersion = config.system.stateVersion;
|
||||
# home-manager.users.${cfg.user}.home = {
|
||||
# stateVersion = config.system.stateVersion;
|
||||
|
||||
file.".netrc".text = ''
|
||||
login root
|
||||
password KaasIsAwesome!
|
||||
'';
|
||||
};
|
||||
# file.".netrc".text = ''
|
||||
# login root
|
||||
# password KaasIsAwesome!
|
||||
# '';
|
||||
# };
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue