diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index a087e70..2505601 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -36,7 +36,9 @@ "hass-poweroff" "forgejo-runners" "teamviewer" - "macos-ventura" + # "macos-ventura" + # "sunshine" + "mount-rock5b" ] ++ [ ./disko.nix @@ -68,6 +70,9 @@ "email" "digikam" "dolphin" + "tor-browser" + "kicad" + "monero" ]; extraGroups = []; backupPaths = []; @@ -95,6 +100,8 @@ configurationLimit = 20; }; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7; + networking.hostId = "5b02e763"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";