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";
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue