alt
This commit is contained in:
parent
ba0a7c40fa
commit
0110817210
2 changed files with 3 additions and 16 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
{
|
||||
users.users.alt = {
|
||||
isNormalUser = true;
|
||||
home = "/home/alt";
|
||||
isSystemUser = true;
|
||||
group = "users";
|
||||
description = "Alt";
|
||||
description = "Backup profile";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.ishi = {
|
||||
isNormalUser = true;
|
||||
uid = 969;
|
||||
group = "users";
|
||||
description = "Ishi";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue