Unverified Commit e03940b3 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

calamares-nixos-extensions: quote username in users.users attribute (#509820)

parents 561e05b1 351c44a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ cfgmisc = """ # Enable CUPS to print documents.

"""
cfgusers = """  # Define a user account. Don't forget to set a password with ‘passwd’.
  users.users.@@username@@ = {
  users.users."@@username@@" = {
    isNormalUser = true;
    description = "@@fullname@@";
    extraGroups = [ @@groups@@ ];