What seems to be a workable config
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user