From 0b01ed04f5bedd3fe84c2506bc86a2853e0790af Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 3 Sep 2025 11:45:12 +0200 Subject: [PATCH] style(home/tilo): better format file --- users/phundrak/host/tilo.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/users/phundrak/host/tilo.nix b/users/phundrak/host/tilo.nix index 38fa72f..47c3e41 100644 --- a/users/phundrak/host/tilo.nix +++ b/users/phundrak/host/tilo.nix @@ -1,10 +1,7 @@ -{config, ...}: { +{ imports = [../light-home.nix]; home = { cli.nh.flake = "/tank/phundrak/nixos"; - phundrak.sshKey = { - content = builtins.readFile ../../../keys/id_tilo.pub; - # file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub"; - }; + phundrak.sshKey.content = builtins.readFile ../../../keys/id_tilo.pub; }; }