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