force mutable users on nova
This commit is contained in:
parent
bc2909ee05
commit
d5d5eade4b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
users = {
|
||||
mutableUsers = true;
|
||||
mutableUsers = lib.mkForce true;
|
||||
users.flori = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue