This commit is contained in:
parent
faaa526cf2
commit
878334bed7
10 changed files with 41 additions and 76 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue