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:
@ -29,7 +29,7 @@ nixpkgs.lib.nixosSystem {
|
||||
};
|
||||
wallpaper = "${wallpapers}/gruvbox/road.jpg";
|
||||
gtk.theme.name = nixpkgs.lib.mkDefault "Adwaita-dark";
|
||||
passwordHash = nixpkgs.lib.fileContents ../../private/password.sha512;
|
||||
passwordHash = nixpkgs.lib.fileContents ../../password.sha512;
|
||||
wsl.enable = false;
|
||||
publicKey = null;
|
||||
|
||||
|
Reference in New Issue
Block a user