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"; };