This commit is contained in:
Chris Cochrun 2025-10-08 14:19:57 -05:00
parent f7ed344a30
commit cfc03cf564
4 changed files with 26 additions and 16 deletions

View file

@ -18,19 +18,19 @@ in {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
};
system.autoUpgrade = {
enable = true;
dates = "11:00";
allowReboot = false;
flake = "${config.users.users.chris.home}/${if laptop then ".dotfiles" else "conf"}";
flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
};
# system.autoUpgrade = {
# enable = true;
# dates = "11:00";
# allowReboot = false;
# flake = "${config.users.users.chris.home}/${if laptop then ".dotfiles" else "conf"}";
# flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
# };
services.murmur = {
enable = true;
bonjour = true;
openFirewall = true;
};
# services.murmur = {
# enable = true;
# bonjour = true;
# openFirewall = true;
# };
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
@ -47,6 +47,4 @@ in {
# environment.binsh = "${pkgs.dash}/bin/dash";
environment.homeBinInPath = true;
programs.fish.enable = true;
programs.zsh.enable = true;
}