flake: update NixOS setups module

This commit is contained in:
Gabriel Arazas 2024-01-20 17:17:26 +08:00
parent cdfbab6490
commit 72d2f095b5
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,5 +1,4 @@
{ inputs { inputs
, lib
, defaultExtraArgs , defaultExtraArgs
, defaultNixConf , defaultNixConf
@ -29,9 +28,6 @@
]; ];
hashedPassword = hashedPassword =
"$6$.cMYto0K0CHbpIMT$dRqyKs4q1ppzmTpdzy5FWP/V832a6X..FwM8CJ30ivK0nfLjQ7DubctxOZbeOtygfjcUd1PZ0nQoQpOg/WMvg."; "$6$.cMYto0K0CHbpIMT$dRqyKs4q1ppzmTpdzy5FWP/V832a6X..FwM8CJ30ivK0nfLjQ7DubctxOZbeOtygfjcUd1PZ0nQoQpOg/WMvg.";
isNormalUser = true;
createHome = true;
home = "/home/foo-dogsquared";
description = "Gabriel Arazas"; description = "Gabriel Arazas";
}; };
}; };