fix stupid mistake

This commit is contained in:
andromeda
2026-01-06 20:22:46 +01:00
parent 1412004174
commit 5424bfc493

View File

@@ -1,4 +1,4 @@
{config, ...}: {
{
lenovo = {
hostname = "lenovo";
system = "x86_64-linux";
@@ -30,7 +30,7 @@
# andromeda@lenovo is the only user allowed access
./modules/nixos/networking/hard-ssh.nix
./modules/nixos/networking/ssh-as-root.nix
{users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];}
({config, ...}: {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];})
# boilerplate settings
./modules/nixos/common.nix