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