diff options
author | ene <ene@sils.li> | 2023-02-21 19:55:43 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 19:56:25 +0100 |
commit | 31211f83bcd287bf7364ce94bf71fab71f77e484 (patch) | |
tree | 39619d548f0df34637fd8f3844eb299919988523 /hosts | |
parent | Fix(zsh): Set better environment variables (diff) | |
download | nixos-config-31211f83bcd287bf7364ce94bf71fab71f77e484.tar.gz nixos-config-31211f83bcd287bf7364ce94bf71fab71f77e484.zip |
Style(formatting): Format and improve comments
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lahmu/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix index 4c951d11..dbf6327c 100644 --- a/hosts/lahmu/configuration.nix +++ b/hosts/lahmu/configuration.nix @@ -17,7 +17,7 @@ soispha = { users = { -# enable = true; + # enable = true; hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; }; }; |