Added earthly
This commit is contained in:
parent
f1d1a7fecf
commit
4c7ac067c0
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue