mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
fix: don't age encrypt password hash
This commit is contained in:
@ -25,7 +25,7 @@ nixpkgs.lib.nixosSystem {
|
||||
colors = (import ../../colorscheme/gruvbox).dark;
|
||||
dark = true;
|
||||
};
|
||||
passwordHash = nixpkgs.lib.fileContents ../../private/password.sha512;
|
||||
passwordHash = nixpkgs.lib.fileContents ../../password.sha512;
|
||||
wsl = {
|
||||
enable = true;
|
||||
wslConf.automount.root = "/mnt";
|
||||
|
Reference in New Issue
Block a user