big staging update

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2025-12-29 16:42:07 +03:00
parent 0bf4c9cfca
commit 2939b08891
324 changed files with 6897 additions and 6797 deletions

View file

@ -1,5 +1,5 @@
{...}: {
users = {
mutableUsers = false;
};
users = {
mutableUsers = false;
};
}

View file

@ -1,23 +1,23 @@
{...}: {
users = {
users = {
users = {
askhat = {
description = "askhat";
isNormalUser = true;
hashedPassword = "$y$j9T$t3G0Vj47wHY86twX2bfwr/$kUajwW8gxtu09z9btWBB7YNEcj1Ut3QfYEazWr7utgC";
extraGroups = [
"wheel"
"docker"
];
askhat = {
description = "askhat";
isNormalUser = true;
hashedPassword = "$y$j9T$t3G0Vj47wHY86twX2bfwr/$kUajwW8gxtu09z9btWBB7YNEcj1Ut3QfYEazWr7utgC";
extraGroups = [
"wheel"
"docker"
];
openssh = {
authorizedKeys = {
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICfdXRE2ckx++O1lHFcmZlBMN1Sgy3aqSadOdC+ZOLj5 kixoncon33@gmail.com"
];
};
};
};
openssh = {
authorizedKeys = {
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICfdXRE2ckx++O1lHFcmZlBMN1Sgy3aqSadOdC+ZOLj5 kixoncon33@gmail.com"
];
};
};
};
};
};
}

View file

@ -1,15 +1,15 @@
{...}: {
users = {
users = {
users = {
hand7s = {
description = "hands";
isNormalUser = true;
hashedPassword = "$y$j9T$eHfq328GBp7Ga8xsbOTV/0$kcihv7zWLqSkj2jKAhI1pdbTSwvaf2RY5Rokm69XTL/";
extraGroups = [
"wheel"
"docker"
];
};
};
hand7s = {
description = "hands";
isNormalUser = true;
hashedPassword = "$y$j9T$eHfq328GBp7Ga8xsbOTV/0$kcihv7zWLqSkj2jKAhI1pdbTSwvaf2RY5Rokm69XTL/";
extraGroups = [
"wheel"
"docker"
];
};
};
};
}

View file

@ -1,9 +1,9 @@
{pkgs, ...}: {
users = {
users = {
users = {
root = {
shell = "${pkgs.util-linux}/bin/nologin";
};
};
root = {
shell = "${pkgs.util-linux}/bin/nologin";
};
};
};
}