Compare commits
3 commits
70ce71c36e
...
55ec65c9e1
Author | SHA1 | Date | |
---|---|---|---|
55ec65c9e1 | |||
0f6936dbd1 | |||
ed14a86476 |
2 changed files with 7 additions and 1 deletions
|
@ -30,7 +30,7 @@ in
|
|||
identityFile = keyPathIfSops "personal_git";
|
||||
};
|
||||
snowhawk = {
|
||||
hostname = "192.168.0.21";
|
||||
hostname = "192.168.0.22";
|
||||
user = "ravenshade";
|
||||
proxyJump = "zynh@msiserver";
|
||||
identityFile = keyPathIfSops "snowhawk";
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
}
|
||||
];
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
users.users.zynh = {
|
||||
name = "zynh";
|
||||
home = "/Users/zynh";
|
||||
|
@ -63,6 +65,10 @@
|
|||
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