Added earthly

This commit is contained in:
Matthew Bessette 2025-01-10 00:46:40 -05:00
parent f1d1a7fecf
commit 4c7ac067c0
1 changed files with 11 additions and 0 deletions

View File

@ -101,6 +101,15 @@
#media-session.enable = true;
};
virtualisation.containers.enable = true;
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
nixpkgs.config.allowUnfree = true;
## https://www.reddit.com/r/NixOS/comments/1dl61a8/firefox_crashing_frequently_after_updating_flake/
@ -111,6 +120,7 @@
git
gparted
openssl
earthly
];
programs.firefox.enable = true;
@ -132,6 +142,7 @@
update = "sudo nixos-rebuild switch --flake ~/nixos#caesium";
laws = "aws --endpoint=http://localhost:8081";
dev = "nix develop -c $SHELL";
nixos = "code ~/.nixos";
};
histSize = 10000;
ohMyZsh = {