This commit is contained in:
Vivian 2024-08-19 18:21:56 +02:00
parent d266a48b98
commit 07020f01c3
15 changed files with 321 additions and 86 deletions

View file

@ -7,6 +7,7 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
./containers
./immich.nix
# ./vms.nix
];
@ -30,7 +31,7 @@
# (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.docker.enable = true;
# Additional packages
environment.systemPackages = with pkgs; [ vault ];