Minor updates

This commit is contained in:
Vivian 2022-06-12 12:25:46 +02:00
parent b691e44095
commit 65751c7323
10 changed files with 41 additions and 76 deletions

View file

@ -34,6 +34,10 @@ in {
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.05"; # Did you read the comment?
virtualisation.podman = {
enable = true;
};
# Additional packages
environment.systemPackages = with pkgs; [
binutils