shitcoding moment
This commit is contained in:
parent
8e31bd6c02
commit
58475e433e
28 changed files with 703 additions and 258 deletions
|
|
@ -1,23 +1,19 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.groups.remote = {};
|
||||
|
||||
users.users = {
|
||||
almiriqi = {
|
||||
in5ar = {
|
||||
isNormalUser = true;
|
||||
description = "Almiriq!Iwasaki";
|
||||
description = "IN5-AR";
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "iqirimla";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
maria = {
|
||||
isNormalUser = true;
|
||||
description = "Maria Arusu";
|
||||
extraGroups = [ "wheel" "remote" ];
|
||||
initialPassword = "airam";
|
||||
};
|
||||
root = {
|
||||
initialPassword = "toor";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue