marie hat zu viele ssh keys

This commit is contained in:
xqtc 2024-09-09 22:22:23 +02:00
parent c0c9bfbd55
commit e2cc53b0d6
2 changed files with 4 additions and 1 deletions

View file

@ -144,6 +144,8 @@
settings = {General = {Enable = "Source,Sink,Media,Socket";};};
};
services.blueman.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;

View file

@ -15,7 +15,7 @@ with lib; {
./fail2ban.nix
./lanrarari.nix
# ./hydra.nix
./conduit.nix
# ./conduit.nix
./uptime.nix
./networking.nix
./git.nix
@ -190,6 +190,7 @@ with lib; {
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN0mGd4YS4f3Wy+a4PBXbie42C5Qo4H0uWsN7joaK27h marie@titania"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFckmWImlMVsCbu5M1lsLtzxhBxrQhTQHYrKWJYDOHr5 marie@oberon"
];
};