feat(framework): initial Framework setup

This commit is contained in:
Pierre Martin
2022-09-02 01:26:16 +02:00
parent 0e66175517
commit b011686173
3 changed files with 166 additions and 118 deletions

View File

@@ -4,7 +4,7 @@ let
latest = import <nixpkgs>{};
in
{
home.stateVersion = "18.09";
home.stateVersion = "22.05";
home.file.".config/traefik/traefik.toml".text = ''
logLevel = "INFO"
defaultEntryPoints = ["http", "https"]