Reduced config for demo purposes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
inputs,
|
||||
pkgs,
|
||||
host,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -22,8 +21,6 @@
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
};
|
||||
|
||||
backupFileExtension = "backup18";
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
@@ -35,7 +32,7 @@
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
hashedPasswordFile = config.age.secrets.eclypse-password.path;
|
||||
hashedPassword = "$6$33qMKGMsdYC//e/s$Z2mQCqDOwbP185OVOLsE63hg.orMrBbxR8WHIiZ9dAnNk3jgEsEU218qtgsQsyATvjsyHUPBQjsa/3JmNLoMM0";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user