Compare commits
No commits in common. "55ec65c9e18f3aca5eb356834958348e8cee989f" and "70ce71c36e4cc54f3d604e65821f45cf8892df4a" have entirely different histories.
55ec65c9e1
...
70ce71c36e
2 changed files with 1 additions and 7 deletions
|
@ -30,7 +30,7 @@ in
|
|||
identityFile = keyPathIfSops "personal_git";
|
||||
};
|
||||
snowhawk = {
|
||||
hostname = "192.168.0.22";
|
||||
hostname = "192.168.0.21";
|
||||
user = "ravenshade";
|
||||
proxyJump = "zynh@msiserver";
|
||||
identityFile = keyPathIfSops "snowhawk";
|
||||
|
|
|
@ -53,8 +53,6 @@
|
|||
}
|
||||
];
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
users.users.zynh = {
|
||||
name = "zynh";
|
||||
home = "/Users/zynh";
|
||||
|
@ -65,10 +63,6 @@
|
|||
backupFileExtension = "backup";
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
|
||||
# Set Git commit hash for darwin-version.
|
||||
system.configurationRevision = self.rev or self.dirtyRev or null;
|
||||
# $ darwin-rebuild changelog
|
||||
|
|
Loading…
Reference in a new issue