mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
lavaridge: added hashed password
This commit is contained in:
parent
4976ac42fb
commit
c0e6d57378
|
@ -19,10 +19,16 @@
|
|||
|
||||
networking.hostName = "lavaridge"; # Define your hostname.
|
||||
|
||||
services.fwupd.enable = true;
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
fprintd.package = pkgs.fprintd.overrideAttrs {
|
||||
mesonCheckFlags = [ "--no-suite" "fprintd:TestPamFprintd" ];
|
||||
};
|
||||
};
|
||||
|
||||
services.fprintd.package = pkgs.fprintd.overrideAttrs {
|
||||
mesonCheckFlags = [ "--no-suite" "fprintd:TestPamFprintd" ];
|
||||
systemConfig = {
|
||||
plymouth.enable = true;
|
||||
zramSwap.enable = true;
|
||||
};
|
||||
|
||||
desktopConfig = {
|
||||
|
@ -37,8 +43,7 @@
|
|||
|
||||
homeLab.virtualization.enable = true;
|
||||
|
||||
systemConfig.plymouth.enable = true;
|
||||
systemConfig.zramSwap.enable = true;
|
||||
users.users.aly.hashedPassword = "$y$j9T$O9NgTk6iRfh3mxiRDvfdm1$BjvsAKYEMB3C28652FF15cj/i.3TgQAObQvR0rN1E6C";
|
||||
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue