Bunch of shit

This commit is contained in:
KoenDR06 2026-03-24 01:04:55 +01:00
parent 06520092e8
commit d8653015d5
9 changed files with 104 additions and 5 deletions

View file

@ -21,6 +21,8 @@ in {
age.secrets = {
wifi.file = secretFile "wifi";
password.file = secretFile "password";
personalSSHpub = {
file = secretFile "ssh/id_personal.pub";
owner = username;

View file

@ -19,7 +19,7 @@ in {
defaultStrategy = "school";
strategies = {
"school" = {
movingAverageInterval = 10;
movingAverageInterval = 20;
speedCurve = [
{
temp = 40;
@ -34,7 +34,7 @@ in {
speed = 60;
}
{
temp = 75;
temp = 80;
speed = 100;
}
];

View file

@ -48,7 +48,7 @@ in {
};
users.users.${username} = {
initialPassword = "1234";
hashedPasswordFile = config.age.secrets.password.path;
isNormalUser = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpt0NisTZPYDdumMXhxaKv3JygSE0EKE6OiYw4A8ot7"

View file

@ -151,7 +151,7 @@ in {
repeatDelay = 300;
followMouse = 1;
sensitivity = 0.0;
touchpad.naturalScroll = true;
touchpad.naturalScroll = false;
numlockByDefault = true;
touchpad.disableWhileTyping = true;