add garage skeleton

This commit is contained in:
Vivian 2023-06-01 16:36:05 +02:00
parent f16430567e
commit f26480754a
5 changed files with 59 additions and 14 deletions

View file

@ -13,7 +13,7 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05"; # Did you read the comment?
system.stateVersion = "23.11"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];