thaylen-city: Fix evaluation
This commit is contained in:
parent
3e40fc4ba1
commit
0c1c93f79a
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
|||
};
|
||||
networking.computerName = "Thaylen City";
|
||||
|
||||
age.identityPaths =
|
||||
[
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
hack-font
|
||||
font-awesome
|
||||
|
@ -48,6 +54,7 @@
|
|||
};
|
||||
};
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
services.openssh.enable = true;
|
||||
system = {
|
||||
defaults = {
|
||||
dock = {
|
||||
|
|
Loading…
Add table
Reference in a new issue