From 4c7ac067c0004c33fe190ddcf0f70dcd351f2016 Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Fri, 10 Jan 2025 00:46:40 -0500 Subject: [PATCH] Added earthly --- _hosts/caesium/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_hosts/caesium/configuration.nix b/_hosts/caesium/configuration.nix index 135ed03..0539658 100644 --- a/_hosts/caesium/configuration.nix +++ b/_hosts/caesium/configuration.nix @@ -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 = {