Minor updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Vivian 2022-06-12 12:25:46 +02:00
parent faaa526cf2
commit 878334bed7
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