ayy
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
@@ -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; };
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user