diff options
Diffstat (limited to 'data/defaults.toml')
-rw-r--r-- | data/defaults.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 6e6bef53..a426e71d 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -12,10 +12,9 @@ vyos_mirror = "http://dev.packages.vyos.net/repositories/current" vyos_branch = "current" release_train = "current" -kernel_version = "5.15.72" +kernel_version = "5.15.73" additional_repositories = [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-47 main" ] - |