laura
This commit is contained in:
parent
0034b1dd93
commit
22c9b65ae9
7 changed files with 70 additions and 19 deletions
12
system/laura.nix
Normal file
12
system/laura.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.laura = {
|
||||
home = "/home/laura";
|
||||
isNormalUser = true;
|
||||
description = "Laura";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue