thaylen-city: Fix evaluation
All checks were successful
Cachix / build (elendel) (push) Successful in 1m22s
Cachix / build (kholinar) (push) Successful in 2m1s
Cachix / build (marabethia) (push) Successful in 1m29s

This commit is contained in:
Charlotte Van Petegem 2025-01-13 13:41:53 +01:00
parent 3e40fc4ba1
commit 0c1c93f79a

View file

@ -13,6 +13,12 @@
}; };
networking.computerName = "Thaylen City"; networking.computerName = "Thaylen City";
age.identityPaths =
[
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_rsa_key"
];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
hack-font hack-font
font-awesome font-awesome
@ -48,6 +54,7 @@
}; };
}; };
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
services.openssh.enable = true;
system = { system = {
defaults = { defaults = {
dock = { dock = {