What seems to be a workable config

This commit is contained in:
Olaf
2025-05-07 11:46:07 +02:00
parent fbd41a72f1
commit 62d004a6a2
13 changed files with 638 additions and 62 deletions

View File

@ -1,6 +1,6 @@
{ config, inputs, pkgs, agenix, ... }:
let user = "%USER%";
let user = "olaf";
keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOk8iAnIaa1deoc7jw8YACPNVka1ZFJxhnU4G74TmS+p" ]; in
{
imports = [
@ -303,5 +303,6 @@ let user = "%USER%";
inetutils
];
system.stateVersion = "21.05"; # Don't change this
}