From 0daa3e8d1548b0ef28844118c52460a3fdb059c7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:18:48 -0500 Subject: [PATCH] genericLinux enable --- modules/hosts/john-pc-ubuntu.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index 934154c..3850003 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -16,6 +16,9 @@ in docker desktop ]; + targets.genericLinux.enable = true; + + shell.program = "zsh"; home.packages = with pkgs; [ nixos-rebuild @@ -40,7 +43,6 @@ in homelab = true; dev = true; }; - shell.program = "zsh"; sops.secrets."restic_password/john_ubuntu" = { path = "${config.xdg.configHome}/resticprofile/password.txt"; };