modules/vps: change default kernel to staging
This commit is contained in:
parent
1c65b13d29
commit
53f0af6bc8
3 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
age.secrets.forgejo-runner-docker-token.file = ./forgejo-runner-docker-token.age;
|
||||
|
||||
local.system.kernel = "stable";
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
./services
|
||||
];
|
||||
|
||||
local.system.kernel = "hardened";
|
||||
|
||||
networking.hostName = "tatos";
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = globalData.publicKeys.users.jan;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Configs
|
||||
################################################################################
|
||||
local.system = {
|
||||
kernel = lib.mkDefault "hardened";
|
||||
kernel = lib.mkDefault "stable";
|
||||
headless = lib.mkDefault true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue