This commit is contained in:
2026-03-27 23:14:29 +02:00
parent 08fd0ea72c
commit 15bc9617a4
46 changed files with 868 additions and 587 deletions

View File

@@ -3,13 +3,13 @@
{
options = {
main-user.userName = lib.mkOption {
default = "ocbwoy3";
default = "kris";
description = ''
Username
'';
};
main-user.realName = lib.mkOption {
default = "OCbwoy3";
default = "Kris";
description = ''
User's Name
'';

View File

@@ -3,6 +3,7 @@
{
nixpkgs.config.allowUnfree = true;
nixpkgs.config.replaceStdenv = args: args.pkgs.stdenv;
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};

View File

@@ -42,7 +42,7 @@
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "no";
AllowUsers = [ "ocbwoy3" "git" ];
AllowUsers = [ "kris" "ocbwoy3" "git" ];
};
# fucks up ssh connections from iphone if you enable this
# settings = {