disable mutable users
This commit is contained in:
parent
4d4555c2ac
commit
389fe7413f
3 changed files with 4 additions and 0 deletions
|
@ -140,6 +140,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, lib, inputs, fontSize ? null, ... }:
|
||||
|
||||
let secrets = import ./secrets.nix; in
|
||||
{
|
||||
nixpkgs.overlays = lib.mkAfter ((import ../../overlays) ++ [
|
||||
inputs.wired.overlays.default
|
||||
|
@ -16,6 +17,7 @@
|
|||
"docker"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
inherit (secrets) initialHashedPassword;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue