rescue boot

This commit is contained in:
Vivian 2022-10-08 21:38:55 +02:00
parent f69397c5ab
commit b7f8aaa87f
6 changed files with 54 additions and 9 deletions

View file

@ -36,9 +36,7 @@ in {
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
virtualisation.podman = {
enable = true;
};
virtualisation.podman.enable = true;
# Additional packages
environment.systemPackages = with pkgs; [
@ -52,7 +50,6 @@ in {
nixpkgs-fmt
nixpkgs-review
ripgrep
rnix-lsp
rsync
tmux
vault

View file

@ -15,9 +15,6 @@ let vs = config.vault-secrets.secrets; in
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
# needed as the mailserver configures its down DNS resolver