Compare commits

...

3 commits

Author SHA1 Message Date
55ec65c9e1 ssh: snowhawk ip update 2024-11-14 08:24:28 -08:00
0f6936dbd1 little-lightning: touchid sudo 2024-11-13 17:59:46 -08:00
ed14a86476 little-lightning: nerdfont 2024-11-13 03:37:06 -08:00
2 changed files with 7 additions and 1 deletions

View file

@ -30,7 +30,7 @@ in
identityFile = keyPathIfSops "personal_git"; identityFile = keyPathIfSops "personal_git";
}; };
snowhawk = { snowhawk = {
hostname = "192.168.0.21"; hostname = "192.168.0.22";
user = "ravenshade"; user = "ravenshade";
proxyJump = "zynh@msiserver"; proxyJump = "zynh@msiserver";
identityFile = keyPathIfSops "snowhawk"; identityFile = keyPathIfSops "snowhawk";

View file

@ -53,6 +53,8 @@
} }
]; ];
security.pam.enableSudoTouchIdAuth = true;
users.users.zynh = { users.users.zynh = {
name = "zynh"; name = "zynh";
home = "/Users/zynh"; home = "/Users/zynh";
@ -63,6 +65,10 @@
backupFileExtension = "backup"; backupFileExtension = "backup";
}; };
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];
# Set Git commit hash for darwin-version. # Set Git commit hash for darwin-version.
system.configurationRevision = self.rev or self.dirtyRev or null; system.configurationRevision = self.rev or self.dirtyRev or null;
# $ darwin-rebuild changelog # $ darwin-rebuild changelog