mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
petalburg: add hashed passwd
This commit is contained in:
parent
dac00d11b0
commit
cbb61849d5
|
@ -1,6 +1,8 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
users.users.aly.hashedPassword =
|
||||
"$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
|
||||
home-manager.users.aly = {
|
||||
imports = [ ../../homeManagerModules ];
|
||||
home.username = "aly";
|
||||
|
|
Loading…
Reference in a new issue