This commit is contained in:
2025-04-17 23:04:32 +02:00
parent a054d3b712
commit ef1c057bd9
6 changed files with 35 additions and 9 deletions

View File

@@ -20,6 +20,13 @@
# Nix Darwin
# https://daiderd.com/nix-darwin/manual/index.html
# networking.hosts = {
# "127.0.0.1" = [
# "localhost"
# "dev.buena.com"
# ];
# };
system.defaults = {
# Security
screensaver.askForPassword = true;
@@ -81,8 +88,12 @@
enable = true;
casks = (import ./cask.nix) ++ (lib.attrByPath [ "extras" "casks" ] [ ] host);
taps = [ "lihaoyun6/tap" ];
global = {
autoUpdate = true;
};
onActivation = {
autoUpdate = true;
upgrade = true;
cleanup = "zap";
};
};