fixed syntax user.adam
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
users.users.adam = {
|
||||
isNormalUser = true;
|
||||
description = "Adam Rabjerg";
|
||||
@@ -36,4 +40,6 @@
|
||||
|
||||
# Desktop
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user